@almadar/patterns 2.30.10 → 2.30.12

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-22T09:19:11.577Z",
3
+ "exportedAt": "2026-05-26T02:27:33.609Z",
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-22T09:19:11.577Z",
3
+ "exportedAt": "2026-05-26T02:27:33.609Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
package/dist/index.d.ts CHANGED
@@ -161,6 +161,12 @@ export declare const registry: {
161
161
  description: string;
162
162
  default: boolean;
163
163
  };
164
+ look: {
165
+ types: string[];
166
+ description: string;
167
+ enumValues: string[];
168
+ default: string;
169
+ };
164
170
  };
165
171
  };
166
172
  "entity-list": {
@@ -1340,6 +1346,12 @@ export declare const registry: {
1340
1346
  types: string[];
1341
1347
  description: string;
1342
1348
  };
1349
+ look: {
1350
+ types: string[];
1351
+ description: string;
1352
+ enumValues: string[];
1353
+ default: string;
1354
+ };
1343
1355
  };
1344
1356
  };
1345
1357
  tabs: {
@@ -1510,6 +1522,7 @@ export declare const registry: {
1510
1522
  separator: {
1511
1523
  types: string[];
1512
1524
  description: string;
1525
+ default: string;
1513
1526
  };
1514
1527
  maxItems: {
1515
1528
  types: string[];
@@ -2165,6 +2178,12 @@ export declare const registry: {
2165
2178
  kind: string;
2166
2179
  emitPayloadSchema: never[];
2167
2180
  };
2181
+ look: {
2182
+ types: string[];
2183
+ description: string;
2184
+ enumValues: string[];
2185
+ default: string;
2186
+ };
2168
2187
  };
2169
2188
  };
2170
2189
  "loading-state": {
@@ -2391,6 +2410,12 @@ export declare const registry: {
2391
2410
  description: string;
2392
2411
  default: boolean;
2393
2412
  };
2413
+ look: {
2414
+ types: string[];
2415
+ description: string;
2416
+ enumValues: string[];
2417
+ default: string;
2418
+ };
2394
2419
  };
2395
2420
  };
2396
2421
  drawer: {
@@ -3192,6 +3217,12 @@ export declare const registry: {
3192
3217
  description: string;
3193
3218
  enumValues: string[];
3194
3219
  };
3220
+ look: {
3221
+ types: string[];
3222
+ description: string;
3223
+ enumValues: string[];
3224
+ default: string;
3225
+ };
3195
3226
  children: {
3196
3227
  types: string[];
3197
3228
  description: string;
@@ -4517,6 +4548,12 @@ export declare const registry: {
4517
4548
  required: string[];
4518
4549
  };
4519
4550
  };
4551
+ look: {
4552
+ types: string[];
4553
+ description: string;
4554
+ enumValues: string[];
4555
+ default: string;
4556
+ };
4520
4557
  };
4521
4558
  };
4522
4559
  flex: {
@@ -5138,6 +5175,12 @@ export declare const registry: {
5138
5175
  enumValues: string[];
5139
5176
  default: string;
5140
5177
  };
5178
+ look: {
5179
+ types: string[];
5180
+ description: string;
5181
+ enumValues: string[];
5182
+ default: string;
5183
+ };
5141
5184
  onLogoClick: {
5142
5185
  types: string[];
5143
5186
  description: string;
@@ -6156,7 +6199,11 @@ export declare const registry: {
6156
6199
  types: string[];
6157
6200
  description: string;
6158
6201
  enumValues: string[];
6159
- default: string;
6202
+ };
6203
+ look: {
6204
+ types: string[];
6205
+ description: string;
6206
+ enumValues: string[];
6160
6207
  };
6161
6208
  series: {
6162
6209
  types: string[];
@@ -6516,6 +6563,12 @@ export declare const registry: {
6516
6563
  required: string[];
6517
6564
  };
6518
6565
  };
6566
+ look: {
6567
+ types: string[];
6568
+ description: string;
6569
+ enumValues: string[];
6570
+ default: string;
6571
+ };
6519
6572
  };
6520
6573
  };
6521
6574
  "media-gallery": {
@@ -8273,6 +8326,11 @@ export declare const registry: {
8273
8326
  description: string;
8274
8327
  default: number;
8275
8328
  };
8329
+ look: {
8330
+ types: string[];
8331
+ description: string;
8332
+ enumValues: string[];
8333
+ };
8276
8334
  };
8277
8335
  };
8278
8336
  "data-list": {
@@ -8506,6 +8564,11 @@ export declare const registry: {
8506
8564
  description: string;
8507
8565
  default: number;
8508
8566
  };
8567
+ look: {
8568
+ types: string[];
8569
+ description: string;
8570
+ enumValues: string[];
8571
+ };
8509
8572
  };
8510
8573
  };
8511
8574
  "map-view": {
@@ -9532,6 +9595,12 @@ export declare const registry: {
9532
9595
  description: string;
9533
9596
  default: boolean;
9534
9597
  };
9598
+ look: {
9599
+ types: string[];
9600
+ description: string;
9601
+ enumValues: string[];
9602
+ default: string;
9603
+ };
9535
9604
  className: {
9536
9605
  types: string[];
9537
9606
  description: string;
@@ -20307,6 +20376,12 @@ export declare const PATTERN_REGISTRY: {
20307
20376
  description: string;
20308
20377
  default: boolean;
20309
20378
  };
20379
+ look: {
20380
+ types: string[];
20381
+ description: string;
20382
+ enumValues: string[];
20383
+ default: string;
20384
+ };
20310
20385
  };
20311
20386
  };
20312
20387
  "entity-list": {
@@ -21486,6 +21561,12 @@ export declare const PATTERN_REGISTRY: {
21486
21561
  types: string[];
21487
21562
  description: string;
21488
21563
  };
21564
+ look: {
21565
+ types: string[];
21566
+ description: string;
21567
+ enumValues: string[];
21568
+ default: string;
21569
+ };
21489
21570
  };
21490
21571
  };
21491
21572
  tabs: {
@@ -21656,6 +21737,7 @@ export declare const PATTERN_REGISTRY: {
21656
21737
  separator: {
21657
21738
  types: string[];
21658
21739
  description: string;
21740
+ default: string;
21659
21741
  };
21660
21742
  maxItems: {
21661
21743
  types: string[];
@@ -22311,6 +22393,12 @@ export declare const PATTERN_REGISTRY: {
22311
22393
  kind: string;
22312
22394
  emitPayloadSchema: never[];
22313
22395
  };
22396
+ look: {
22397
+ types: string[];
22398
+ description: string;
22399
+ enumValues: string[];
22400
+ default: string;
22401
+ };
22314
22402
  };
22315
22403
  };
22316
22404
  "loading-state": {
@@ -22537,6 +22625,12 @@ export declare const PATTERN_REGISTRY: {
22537
22625
  description: string;
22538
22626
  default: boolean;
22539
22627
  };
22628
+ look: {
22629
+ types: string[];
22630
+ description: string;
22631
+ enumValues: string[];
22632
+ default: string;
22633
+ };
22540
22634
  };
22541
22635
  };
22542
22636
  drawer: {
@@ -23338,6 +23432,12 @@ export declare const PATTERN_REGISTRY: {
23338
23432
  description: string;
23339
23433
  enumValues: string[];
23340
23434
  };
23435
+ look: {
23436
+ types: string[];
23437
+ description: string;
23438
+ enumValues: string[];
23439
+ default: string;
23440
+ };
23341
23441
  children: {
23342
23442
  types: string[];
23343
23443
  description: string;
@@ -24663,6 +24763,12 @@ export declare const PATTERN_REGISTRY: {
24663
24763
  required: string[];
24664
24764
  };
24665
24765
  };
24766
+ look: {
24767
+ types: string[];
24768
+ description: string;
24769
+ enumValues: string[];
24770
+ default: string;
24771
+ };
24666
24772
  };
24667
24773
  };
24668
24774
  flex: {
@@ -25284,6 +25390,12 @@ export declare const PATTERN_REGISTRY: {
25284
25390
  enumValues: string[];
25285
25391
  default: string;
25286
25392
  };
25393
+ look: {
25394
+ types: string[];
25395
+ description: string;
25396
+ enumValues: string[];
25397
+ default: string;
25398
+ };
25287
25399
  onLogoClick: {
25288
25400
  types: string[];
25289
25401
  description: string;
@@ -26302,7 +26414,11 @@ export declare const PATTERN_REGISTRY: {
26302
26414
  types: string[];
26303
26415
  description: string;
26304
26416
  enumValues: string[];
26305
- default: string;
26417
+ };
26418
+ look: {
26419
+ types: string[];
26420
+ description: string;
26421
+ enumValues: string[];
26306
26422
  };
26307
26423
  series: {
26308
26424
  types: string[];
@@ -26662,6 +26778,12 @@ export declare const PATTERN_REGISTRY: {
26662
26778
  required: string[];
26663
26779
  };
26664
26780
  };
26781
+ look: {
26782
+ types: string[];
26783
+ description: string;
26784
+ enumValues: string[];
26785
+ default: string;
26786
+ };
26665
26787
  };
26666
26788
  };
26667
26789
  "media-gallery": {
@@ -28419,6 +28541,11 @@ export declare const PATTERN_REGISTRY: {
28419
28541
  description: string;
28420
28542
  default: number;
28421
28543
  };
28544
+ look: {
28545
+ types: string[];
28546
+ description: string;
28547
+ enumValues: string[];
28548
+ };
28422
28549
  };
28423
28550
  };
28424
28551
  "data-list": {
@@ -28652,6 +28779,11 @@ export declare const PATTERN_REGISTRY: {
28652
28779
  description: string;
28653
28780
  default: number;
28654
28781
  };
28782
+ look: {
28783
+ types: string[];
28784
+ description: string;
28785
+ enumValues: string[];
28786
+ };
28655
28787
  };
28656
28788
  };
28657
28789
  "map-view": {
@@ -29678,6 +29810,12 @@ export declare const PATTERN_REGISTRY: {
29678
29810
  description: string;
29679
29811
  default: boolean;
29680
29812
  };
29813
+ look: {
29814
+ types: string[];
29815
+ description: string;
29816
+ enumValues: string[];
29817
+ default: string;
29818
+ };
29681
29819
  className: {
29682
29820
  types: string[];
29683
29821
  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-22T09:19:11.577Z",
4
+ exportedAt: "2026-05-26T02:27:33.609Z",
5
5
  patterns: {
6
6
  "entity-table": {
7
7
  type: "entity-table",
@@ -238,6 +238,20 @@ var patterns_registry_default = {
238
238
  ],
239
239
  description: "Show total count in pagination",
240
240
  default: true
241
+ },
242
+ look: {
243
+ types: [
244
+ "string"
245
+ ],
246
+ description: "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
247
+ enumValues: [
248
+ "dense",
249
+ "spacious",
250
+ "striped",
251
+ "borderless",
252
+ "card-rows"
253
+ ],
254
+ default: "dense"
241
255
  }
242
256
  }
243
257
  },
@@ -2112,6 +2126,20 @@ var patterns_registry_default = {
2112
2126
  "boolean"
2113
2127
  ],
2114
2128
  description: "Loading state indicator"
2129
+ },
2130
+ look: {
2131
+ types: [
2132
+ "string"
2133
+ ],
2134
+ description: "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
2135
+ enumValues: [
2136
+ "toolbar",
2137
+ "chips",
2138
+ "pills",
2139
+ "popover-trigger",
2140
+ "inline-column-header"
2141
+ ],
2142
+ default: "toolbar"
2115
2143
  }
2116
2144
  }
2117
2145
  },
@@ -2359,7 +2387,8 @@ var patterns_registry_default = {
2359
2387
  },
2360
2388
  icon: {
2361
2389
  types: [
2362
- "icon"
2390
+ "icon",
2391
+ "string"
2363
2392
  ]
2364
2393
  },
2365
2394
  onClick: {
@@ -2385,9 +2414,11 @@ var patterns_registry_default = {
2385
2414
  },
2386
2415
  separator: {
2387
2416
  types: [
2388
- "icon"
2417
+ "icon",
2418
+ "string"
2389
2419
  ],
2390
- description: "Separator icon"
2420
+ description: "Separator icon (canonical kebab-case name or LucideIcon component)",
2421
+ default: "chevron-right"
2391
2422
  },
2392
2423
  maxItems: {
2393
2424
  types: [
@@ -3414,6 +3445,19 @@ var patterns_registry_default = {
3414
3445
  description: "Declarative action event \u2014 emits UI:{actionEvent} via eventBus when action button is clicked",
3415
3446
  kind: "event-ref",
3416
3447
  emitPayloadSchema: []
3448
+ },
3449
+ look: {
3450
+ types: [
3451
+ "string"
3452
+ ],
3453
+ description: "Layer 2 visual treatment \u2014 orthogonal to the semantic variant (which carries status color).",
3454
+ enumValues: [
3455
+ "illustrated",
3456
+ "icon-only",
3457
+ "text-only",
3458
+ "mascot"
3459
+ ],
3460
+ default: "icon-only"
3417
3461
  }
3418
3462
  }
3419
3463
  },
@@ -3746,6 +3790,19 @@ var patterns_registry_default = {
3746
3790
  ],
3747
3791
  description: "Enable swipe-down-to-close on mobile bottom sheet (default: true)",
3748
3792
  default: true
3793
+ },
3794
+ look: {
3795
+ types: [
3796
+ "string"
3797
+ ],
3798
+ description: "Layer 2 visual treatment \u2014 orthogonal to the semantic variant.",
3799
+ enumValues: [
3800
+ "centered-card",
3801
+ "top-sheet",
3802
+ "side-drawer",
3803
+ "full-screen"
3804
+ ],
3805
+ default: "centered-card"
3749
3806
  }
3750
3807
  }
3751
3808
  },
@@ -5145,6 +5202,22 @@ var patterns_registry_default = {
5145
5202
  "lg"
5146
5203
  ]
5147
5204
  },
5205
+ look: {
5206
+ types: [
5207
+ "string"
5208
+ ],
5209
+ description: "Layer 2 visual treatment. Picks the chrome (border, shadow, radius, padding-intent) independently of the semantic variant. Resolution chain lives in the compiler \u2014 see docs/Almadar_Std_Variations.md \xA73.1.",
5210
+ enumValues: [
5211
+ "elevated",
5212
+ "flat-bordered",
5213
+ "borderless-divider",
5214
+ "ticket",
5215
+ "invoice",
5216
+ "chip",
5217
+ "tile-image-first"
5218
+ ],
5219
+ default: "elevated"
5220
+ },
5148
5221
  children: {
5149
5222
  types: [
5150
5223
  "node"
@@ -7297,6 +7370,20 @@ var patterns_registry_default = {
7297
7370
  "label"
7298
7371
  ]
7299
7372
  }
7373
+ },
7374
+ look: {
7375
+ types: [
7376
+ "string"
7377
+ ],
7378
+ description: "Layer 2 visual treatment for the action-cluster (form-actions) pattern. @default 'right-aligned-buttons'",
7379
+ enumValues: [
7380
+ "right-aligned-buttons",
7381
+ "floating-bar",
7382
+ "inline-row",
7383
+ "dropdown-menu",
7384
+ "command-palette-trigger"
7385
+ ],
7386
+ default: "right-aligned-buttons"
7300
7387
  }
7301
7388
  }
7302
7389
  },
@@ -8281,6 +8368,20 @@ var patterns_registry_default = {
8281
8368
  ],
8282
8369
  default: "mobile"
8283
8370
  },
8371
+ look: {
8372
+ types: [
8373
+ "string"
8374
+ ],
8375
+ description: "Layer 2 visual treatment \u2014 orthogonal to the structural variant (which currently flips mobile vs desktop).",
8376
+ enumValues: [
8377
+ "hero",
8378
+ "compact-bar",
8379
+ "breadcrumb",
8380
+ "contextual",
8381
+ "editorial-banner"
8382
+ ],
8383
+ default: "compact-bar"
8384
+ },
8284
8385
  onLogoClick: {
8285
8386
  types: [
8286
8387
  "function"
@@ -9854,7 +9955,7 @@ var patterns_registry_default = {
9854
9955
  types: [
9855
9956
  "string"
9856
9957
  ],
9857
- description: "Chart type",
9958
+ description: "Chart type (legacy alias for `look`).",
9858
9959
  enumValues: [
9859
9960
  "bar",
9860
9961
  "line",
@@ -9863,8 +9964,23 @@ var patterns_registry_default = {
9863
9964
  "donut",
9864
9965
  "scatter",
9865
9966
  "histogram"
9967
+ ]
9968
+ },
9969
+ look: {
9970
+ types: [
9971
+ "string"
9866
9972
  ],
9867
- default: "bar"
9973
+ description: "Layer 2 visual treatment \u2014 drives the chart sub-renderer (bar / line / pie / etc.).",
9974
+ enumValues: [
9975
+ "bar-vertical",
9976
+ "bar-horizontal",
9977
+ "line",
9978
+ "area",
9979
+ "pie",
9980
+ "donut",
9981
+ "scatter",
9982
+ "histogram"
9983
+ ]
9868
9984
  },
9869
9985
  series: {
9870
9986
  types: [
@@ -10457,6 +10573,19 @@ var patterns_registry_default = {
10457
10573
  "label"
10458
10574
  ]
10459
10575
  }
10576
+ },
10577
+ look: {
10578
+ types: [
10579
+ "string"
10580
+ ],
10581
+ description: "Layer 2 visual treatment.",
10582
+ enumValues: [
10583
+ "vertical-compact",
10584
+ "vertical-spacious",
10585
+ "horizontal",
10586
+ "swimlane"
10587
+ ],
10588
+ default: "vertical-spacious"
10460
10589
  }
10461
10590
  }
10462
10591
  },
@@ -13200,6 +13329,19 @@ var patterns_registry_default = {
13200
13329
  ],
13201
13330
  description: 'Max items to show before "Show More" button. Defaults to 0 (disabled).',
13202
13331
  default: 0
13332
+ },
13333
+ look: {
13334
+ types: [
13335
+ "string"
13336
+ ],
13337
+ description: "Layer 2 visual treatment \u2014 mirrors the `entity-table` look enum so data-grid / data-list / entity-table share one knob name from authors.",
13338
+ enumValues: [
13339
+ "dense",
13340
+ "spacious",
13341
+ "striped",
13342
+ "borderless",
13343
+ "card-rows"
13344
+ ]
13203
13345
  }
13204
13346
  }
13205
13347
  },
@@ -13602,6 +13744,19 @@ var patterns_registry_default = {
13602
13744
  ],
13603
13745
  description: 'Max items to show before "Show More" button. Defaults to 5. Set to 0 to disable.',
13604
13746
  default: 5
13747
+ },
13748
+ look: {
13749
+ types: [
13750
+ "string"
13751
+ ],
13752
+ description: "Layer 2 visual treatment \u2014 mirrors the `entity-table` look enum so data-grid / data-list / entity-table share one knob name from authors.",
13753
+ enumValues: [
13754
+ "dense",
13755
+ "spacious",
13756
+ "striped",
13757
+ "borderless",
13758
+ "card-rows"
13759
+ ]
13605
13760
  }
13606
13761
  }
13607
13762
  },
@@ -15204,6 +15359,20 @@ var patterns_registry_default = {
15204
15359
  description: "Compact mode (inline, no card wrapper)",
15205
15360
  default: false
15206
15361
  },
15362
+ look: {
15363
+ types: [
15364
+ "string"
15365
+ ],
15366
+ description: "Layer 2 visual treatment.",
15367
+ enumValues: [
15368
+ "elevated",
15369
+ "flat",
15370
+ "progress-backed",
15371
+ "gauge",
15372
+ "sparkline"
15373
+ ],
15374
+ default: "elevated"
15375
+ },
15207
15376
  className: {
15208
15377
  types: [
15209
15378
  "string"
@@ -32853,7 +33022,7 @@ var integrators_registry_default = {
32853
33022
  // src/component-mapping.json
32854
33023
  var component_mapping_default = {
32855
33024
  version: "1.0.0",
32856
- exportedAt: "2026-05-22T09:19:11.577Z",
33025
+ exportedAt: "2026-05-26T02:27:33.609Z",
32857
33026
  mappings: {
32858
33027
  "page-header": {
32859
33028
  component: "PageHeader",
@@ -34388,7 +34557,7 @@ var component_mapping_default = {
34388
34557
  // src/event-contracts.json
34389
34558
  var event_contracts_default = {
34390
34559
  version: "1.0.0",
34391
- exportedAt: "2026-05-22T09:19:11.577Z",
34560
+ exportedAt: "2026-05-26T02:27:33.609Z",
34392
34561
  contracts: {
34393
34562
  form: {
34394
34563
  emits: [