@almadar/patterns 2.30.10 → 2.30.11

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:09:01.071Z",
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:09:01.071Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
package/dist/index.d.ts CHANGED
@@ -1510,6 +1510,7 @@ export declare const registry: {
1510
1510
  separator: {
1511
1511
  types: string[];
1512
1512
  description: string;
1513
+ default: string;
1513
1514
  };
1514
1515
  maxItems: {
1515
1516
  types: string[];
@@ -3192,6 +3193,12 @@ export declare const registry: {
3192
3193
  description: string;
3193
3194
  enumValues: string[];
3194
3195
  };
3196
+ look: {
3197
+ types: string[];
3198
+ description: string;
3199
+ enumValues: string[];
3200
+ default: string;
3201
+ };
3195
3202
  children: {
3196
3203
  types: string[];
3197
3204
  description: string;
@@ -21656,6 +21663,7 @@ export declare const PATTERN_REGISTRY: {
21656
21663
  separator: {
21657
21664
  types: string[];
21658
21665
  description: string;
21666
+ default: string;
21659
21667
  };
21660
21668
  maxItems: {
21661
21669
  types: string[];
@@ -23338,6 +23346,12 @@ export declare const PATTERN_REGISTRY: {
23338
23346
  description: string;
23339
23347
  enumValues: string[];
23340
23348
  };
23349
+ look: {
23350
+ types: string[];
23351
+ description: string;
23352
+ enumValues: string[];
23353
+ default: string;
23354
+ };
23341
23355
  children: {
23342
23356
  types: string[];
23343
23357
  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:09:01.071Z",
5
5
  patterns: {
6
6
  "entity-table": {
7
7
  type: "entity-table",
@@ -2359,7 +2359,8 @@ var patterns_registry_default = {
2359
2359
  },
2360
2360
  icon: {
2361
2361
  types: [
2362
- "icon"
2362
+ "icon",
2363
+ "string"
2363
2364
  ]
2364
2365
  },
2365
2366
  onClick: {
@@ -2385,9 +2386,11 @@ var patterns_registry_default = {
2385
2386
  },
2386
2387
  separator: {
2387
2388
  types: [
2388
- "icon"
2389
+ "icon",
2390
+ "string"
2389
2391
  ],
2390
- description: "Separator icon"
2392
+ description: "Separator icon (canonical kebab-case name or LucideIcon component)",
2393
+ default: "chevron-right"
2391
2394
  },
2392
2395
  maxItems: {
2393
2396
  types: [
@@ -5145,6 +5148,22 @@ var patterns_registry_default = {
5145
5148
  "lg"
5146
5149
  ]
5147
5150
  },
5151
+ look: {
5152
+ types: [
5153
+ "string"
5154
+ ],
5155
+ 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.",
5156
+ enumValues: [
5157
+ "elevated",
5158
+ "flat-bordered",
5159
+ "borderless-divider",
5160
+ "ticket",
5161
+ "invoice",
5162
+ "chip",
5163
+ "tile-image-first"
5164
+ ],
5165
+ default: "elevated"
5166
+ },
5148
5167
  children: {
5149
5168
  types: [
5150
5169
  "node"
@@ -32853,7 +32872,7 @@ var integrators_registry_default = {
32853
32872
  // src/component-mapping.json
32854
32873
  var component_mapping_default = {
32855
32874
  version: "1.0.0",
32856
- exportedAt: "2026-05-22T09:19:11.577Z",
32875
+ exportedAt: "2026-05-26T02:09:01.071Z",
32857
32876
  mappings: {
32858
32877
  "page-header": {
32859
32878
  component: "PageHeader",
@@ -34388,7 +34407,7 @@ var component_mapping_default = {
34388
34407
  // src/event-contracts.json
34389
34408
  var event_contracts_default = {
34390
34409
  version: "1.0.0",
34391
- exportedAt: "2026-05-22T09:19:11.577Z",
34410
+ exportedAt: "2026-05-26T02:09:01.071Z",
34392
34411
  contracts: {
34393
34412
  form: {
34394
34413
  emits: [