@almadar/patterns 2.33.0 → 2.34.1

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-05-29T09:18:13.002Z",
3
+ "exportedAt": "2026-05-30T10:04:19.715Z",
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-05-29T09:18:13.002Z",
3
+ "exportedAt": "2026-05-30T10:04:19.715Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
package/dist/index.d.ts CHANGED
@@ -8291,6 +8291,15 @@ export declare const registry: {
8291
8291
  required: string[];
8292
8292
  };
8293
8293
  };
8294
+ maxInlineActions: {
8295
+ types: string[];
8296
+ description: string;
8297
+ };
8298
+ scrollX: {
8299
+ types: string[];
8300
+ description: string;
8301
+ default: boolean;
8302
+ };
8294
8303
  cols: {
8295
8304
  types: string[];
8296
8305
  description: string;
@@ -8502,6 +8511,10 @@ export declare const registry: {
8502
8511
  required: string[];
8503
8512
  };
8504
8513
  };
8514
+ maxInlineActions: {
8515
+ types: string[];
8516
+ description: string;
8517
+ };
8505
8518
  itemClickEvent: {
8506
8519
  types: string[];
8507
8520
  description: string;
@@ -14947,20 +14960,29 @@ export declare const registry: {
14947
14960
  type: string;
14948
14961
  }[];
14949
14962
  };
14963
+ tickEvent: {
14964
+ types: string[];
14965
+ description: string;
14966
+ };
14967
+ drawEvent: {
14968
+ types: string[];
14969
+ description: string;
14970
+ };
14950
14971
  fps: {
14951
14972
  types: string[];
14952
14973
  description: string;
14953
14974
  default: number;
14954
14975
  };
14955
- className: {
14976
+ backgroundImage: {
14956
14977
  types: string[];
14957
14978
  description: string;
14958
14979
  };
14959
- tickEvent: {
14980
+ assetBaseUrl: {
14960
14981
  types: string[];
14961
14982
  description: string;
14983
+ default: string;
14962
14984
  };
14963
- drawEvent: {
14985
+ className: {
14964
14986
  types: string[];
14965
14987
  description: string;
14966
14988
  };
@@ -20310,6 +20332,10 @@ export declare const registry: {
20310
20332
  required: string[];
20311
20333
  };
20312
20334
  };
20335
+ maxInlineActions: {
20336
+ types: string[];
20337
+ description: string;
20338
+ };
20313
20339
  selectable: {
20314
20340
  types: string[];
20315
20341
  description: string;
@@ -28834,6 +28860,15 @@ export declare const PATTERN_REGISTRY: {
28834
28860
  required: string[];
28835
28861
  };
28836
28862
  };
28863
+ maxInlineActions: {
28864
+ types: string[];
28865
+ description: string;
28866
+ };
28867
+ scrollX: {
28868
+ types: string[];
28869
+ description: string;
28870
+ default: boolean;
28871
+ };
28837
28872
  cols: {
28838
28873
  types: string[];
28839
28874
  description: string;
@@ -29045,6 +29080,10 @@ export declare const PATTERN_REGISTRY: {
29045
29080
  required: string[];
29046
29081
  };
29047
29082
  };
29083
+ maxInlineActions: {
29084
+ types: string[];
29085
+ description: string;
29086
+ };
29048
29087
  itemClickEvent: {
29049
29088
  types: string[];
29050
29089
  description: string;
@@ -35490,20 +35529,29 @@ export declare const PATTERN_REGISTRY: {
35490
35529
  type: string;
35491
35530
  }[];
35492
35531
  };
35532
+ tickEvent: {
35533
+ types: string[];
35534
+ description: string;
35535
+ };
35536
+ drawEvent: {
35537
+ types: string[];
35538
+ description: string;
35539
+ };
35493
35540
  fps: {
35494
35541
  types: string[];
35495
35542
  description: string;
35496
35543
  default: number;
35497
35544
  };
35498
- className: {
35545
+ backgroundImage: {
35499
35546
  types: string[];
35500
35547
  description: string;
35501
35548
  };
35502
- tickEvent: {
35549
+ assetBaseUrl: {
35503
35550
  types: string[];
35504
35551
  description: string;
35552
+ default: string;
35505
35553
  };
35506
- drawEvent: {
35554
+ className: {
35507
35555
  types: string[];
35508
35556
  description: string;
35509
35557
  };
@@ -40853,6 +40901,10 @@ export declare const PATTERN_REGISTRY: {
40853
40901
  required: string[];
40854
40902
  };
40855
40903
  };
40904
+ maxInlineActions: {
40905
+ types: string[];
40906
+ description: string;
40907
+ };
40856
40908
  selectable: {
40857
40909
  types: string[];
40858
40910
  description: string;
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-29T09:18:13.002Z",
4
+ exportedAt: "2026-05-30T10:04:19.715Z",
5
5
  patterns: {
6
6
  "entity-table": {
7
7
  type: "entity-table",
@@ -13269,6 +13269,19 @@ var patterns_registry_default = {
13269
13269
  ]
13270
13270
  }
13271
13271
  },
13272
+ maxInlineActions: {
13273
+ types: [
13274
+ "number"
13275
+ ],
13276
+ description: 'Max inline primary action buttons before the rest collapse into a "\u22EF" overflow menu. Omit = all inline.'
13277
+ },
13278
+ scrollX: {
13279
+ types: [
13280
+ "boolean"
13281
+ ],
13282
+ description: "Lay items in a single horizontally-scrolling row (kanban columns) sized to `minCardWidth` instead of a wrapping grid.",
13283
+ default: false
13284
+ },
13272
13285
  cols: {
13273
13286
  types: [
13274
13287
  "number"
@@ -13639,6 +13652,12 @@ var patterns_registry_default = {
13639
13652
  ]
13640
13653
  }
13641
13654
  },
13655
+ maxInlineActions: {
13656
+ types: [
13657
+ "number"
13658
+ ],
13659
+ description: 'Max inline action buttons before the rest collapse into a "\u22EF" overflow menu. Omit = all inline.'
13660
+ },
13642
13661
  itemClickEvent: {
13643
13662
  types: [
13644
13663
  "string"
@@ -23778,6 +23797,18 @@ var patterns_registry_default = {
23778
23797
  }
23779
23798
  ]
23780
23799
  },
23800
+ tickEvent: {
23801
+ types: [
23802
+ "string"
23803
+ ],
23804
+ description: "Event name emitted each tick with { dt, frame } \u2014 for closed-circuit .orb integration"
23805
+ },
23806
+ drawEvent: {
23807
+ types: [
23808
+ "string"
23809
+ ],
23810
+ description: "Event name emitted each draw frame with { frame } \u2014 for closed-circuit .orb integration"
23811
+ },
23781
23812
  fps: {
23782
23813
  types: [
23783
23814
  "number"
@@ -23785,23 +23816,24 @@ var patterns_registry_default = {
23785
23816
  description: "Target frames per second",
23786
23817
  default: 60
23787
23818
  },
23788
- className: {
23819
+ backgroundImage: {
23789
23820
  types: [
23790
23821
  "string"
23791
23822
  ],
23792
- description: "Additional CSS classes"
23823
+ description: "Background image URL"
23793
23824
  },
23794
- tickEvent: {
23825
+ assetBaseUrl: {
23795
23826
  types: [
23796
23827
  "string"
23797
23828
  ],
23798
- description: "Event name emitted each tick with { dt, frame } \u2014 for closed-circuit .orb integration"
23829
+ description: "Base URL prefix for asset URLs",
23830
+ default: ""
23799
23831
  },
23800
- drawEvent: {
23832
+ className: {
23801
23833
  types: [
23802
23834
  "string"
23803
23835
  ],
23804
- description: "Event name emitted each draw frame with { frame } \u2014 for closed-circuit .orb integration"
23836
+ description: "Additional CSS classes"
23805
23837
  }
23806
23838
  }
23807
23839
  },
@@ -32506,6 +32538,12 @@ var patterns_registry_default = {
32506
32538
  ]
32507
32539
  }
32508
32540
  },
32541
+ maxInlineActions: {
32542
+ types: [
32543
+ "number"
32544
+ ],
32545
+ description: 'Max inline action buttons before the rest collapse into a "\u22EF" overflow menu. Omit = all inline.'
32546
+ },
32509
32547
  selectable: {
32510
32548
  types: [
32511
32549
  "boolean"
@@ -33577,7 +33615,7 @@ var integrators_registry_default = {
33577
33615
  // src/component-mapping.json
33578
33616
  var component_mapping_default = {
33579
33617
  version: "1.0.0",
33580
- exportedAt: "2026-05-29T09:18:13.002Z",
33618
+ exportedAt: "2026-05-30T10:04:19.715Z",
33581
33619
  mappings: {
33582
33620
  "page-header": {
33583
33621
  component: "PageHeader",
@@ -35117,7 +35155,7 @@ var component_mapping_default = {
35117
35155
  // src/event-contracts.json
35118
35156
  var event_contracts_default = {
35119
35157
  version: "1.0.0",
35120
- exportedAt: "2026-05-29T09:18:13.002Z",
35158
+ exportedAt: "2026-05-30T10:04:19.715Z",
35121
35159
  contracts: {
35122
35160
  form: {
35123
35161
  emits: [