@almadar/patterns 2.30.6 → 2.30.8
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.
- package/dist/component-mapping.json +6 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +105 -50
- package/dist/index.js +88 -41
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +162 -120
- package/dist/registry.json +162 -120
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-22T01:35:31.064Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -1514,6 +1514,11 @@
|
|
|
1514
1514
|
"importPath": "@/components/molecules/TagInput",
|
|
1515
1515
|
"category": "form"
|
|
1516
1516
|
},
|
|
1517
|
+
"marketing-footer": {
|
|
1518
|
+
"component": "MarketingFooter",
|
|
1519
|
+
"importPath": "@/components/molecules/MarketingFooter",
|
|
1520
|
+
"category": "component"
|
|
1521
|
+
},
|
|
1517
1522
|
"heading": {
|
|
1518
1523
|
"component": "Typography",
|
|
1519
1524
|
"importPath": "@/components/atoms/Typography",
|
package/dist/index.d.ts
CHANGED
|
@@ -19141,6 +19141,56 @@ export declare const registry: {
|
|
|
19141
19141
|
};
|
|
19142
19142
|
};
|
|
19143
19143
|
};
|
|
19144
|
+
"marketing-footer": {
|
|
19145
|
+
type: string;
|
|
19146
|
+
category: string;
|
|
19147
|
+
description: string;
|
|
19148
|
+
suggestedFor: string[];
|
|
19149
|
+
typicalSize: string;
|
|
19150
|
+
propsSchema: {
|
|
19151
|
+
columns: {
|
|
19152
|
+
types: string[];
|
|
19153
|
+
description: string;
|
|
19154
|
+
required: boolean;
|
|
19155
|
+
items: {
|
|
19156
|
+
types: string[];
|
|
19157
|
+
properties: {
|
|
19158
|
+
title: {
|
|
19159
|
+
types: string[];
|
|
19160
|
+
};
|
|
19161
|
+
items: {
|
|
19162
|
+
types: string[];
|
|
19163
|
+
items: {
|
|
19164
|
+
types: string[];
|
|
19165
|
+
properties: {
|
|
19166
|
+
label: {
|
|
19167
|
+
types: string[];
|
|
19168
|
+
};
|
|
19169
|
+
href: {
|
|
19170
|
+
types: string[];
|
|
19171
|
+
};
|
|
19172
|
+
};
|
|
19173
|
+
required: string[];
|
|
19174
|
+
};
|
|
19175
|
+
};
|
|
19176
|
+
};
|
|
19177
|
+
required: string[];
|
|
19178
|
+
};
|
|
19179
|
+
};
|
|
19180
|
+
copyright: {
|
|
19181
|
+
types: string[];
|
|
19182
|
+
description: string;
|
|
19183
|
+
};
|
|
19184
|
+
logo: {
|
|
19185
|
+
types: string[];
|
|
19186
|
+
description: string;
|
|
19187
|
+
};
|
|
19188
|
+
className: {
|
|
19189
|
+
types: string[];
|
|
19190
|
+
description: string;
|
|
19191
|
+
};
|
|
19192
|
+
};
|
|
19193
|
+
};
|
|
19144
19194
|
heading: {
|
|
19145
19195
|
type: string;
|
|
19146
19196
|
category: string;
|
|
@@ -19291,31 +19341,6 @@ export declare const registry: {
|
|
|
19291
19341
|
};
|
|
19292
19342
|
};
|
|
19293
19343
|
};
|
|
19294
|
-
"marketing-footer": {
|
|
19295
|
-
type: string;
|
|
19296
|
-
category: string;
|
|
19297
|
-
description: string;
|
|
19298
|
-
suggestedFor: string[];
|
|
19299
|
-
typicalSize: string;
|
|
19300
|
-
propsSchema: {
|
|
19301
|
-
columns: {
|
|
19302
|
-
types: string[];
|
|
19303
|
-
description: string;
|
|
19304
|
-
};
|
|
19305
|
-
copyright: {
|
|
19306
|
-
types: string[];
|
|
19307
|
-
description: string;
|
|
19308
|
-
};
|
|
19309
|
-
logo: {
|
|
19310
|
-
types: string[];
|
|
19311
|
-
description: string;
|
|
19312
|
-
};
|
|
19313
|
-
className: {
|
|
19314
|
-
types: string[];
|
|
19315
|
-
description: string;
|
|
19316
|
-
};
|
|
19317
|
-
};
|
|
19318
|
-
};
|
|
19319
19344
|
};
|
|
19320
19345
|
categories: string[];
|
|
19321
19346
|
};
|
|
@@ -38456,6 +38481,56 @@ export declare const PATTERN_REGISTRY: {
|
|
|
38456
38481
|
};
|
|
38457
38482
|
};
|
|
38458
38483
|
};
|
|
38484
|
+
"marketing-footer": {
|
|
38485
|
+
type: string;
|
|
38486
|
+
category: string;
|
|
38487
|
+
description: string;
|
|
38488
|
+
suggestedFor: string[];
|
|
38489
|
+
typicalSize: string;
|
|
38490
|
+
propsSchema: {
|
|
38491
|
+
columns: {
|
|
38492
|
+
types: string[];
|
|
38493
|
+
description: string;
|
|
38494
|
+
required: boolean;
|
|
38495
|
+
items: {
|
|
38496
|
+
types: string[];
|
|
38497
|
+
properties: {
|
|
38498
|
+
title: {
|
|
38499
|
+
types: string[];
|
|
38500
|
+
};
|
|
38501
|
+
items: {
|
|
38502
|
+
types: string[];
|
|
38503
|
+
items: {
|
|
38504
|
+
types: string[];
|
|
38505
|
+
properties: {
|
|
38506
|
+
label: {
|
|
38507
|
+
types: string[];
|
|
38508
|
+
};
|
|
38509
|
+
href: {
|
|
38510
|
+
types: string[];
|
|
38511
|
+
};
|
|
38512
|
+
};
|
|
38513
|
+
required: string[];
|
|
38514
|
+
};
|
|
38515
|
+
};
|
|
38516
|
+
};
|
|
38517
|
+
required: string[];
|
|
38518
|
+
};
|
|
38519
|
+
};
|
|
38520
|
+
copyright: {
|
|
38521
|
+
types: string[];
|
|
38522
|
+
description: string;
|
|
38523
|
+
};
|
|
38524
|
+
logo: {
|
|
38525
|
+
types: string[];
|
|
38526
|
+
description: string;
|
|
38527
|
+
};
|
|
38528
|
+
className: {
|
|
38529
|
+
types: string[];
|
|
38530
|
+
description: string;
|
|
38531
|
+
};
|
|
38532
|
+
};
|
|
38533
|
+
};
|
|
38459
38534
|
heading: {
|
|
38460
38535
|
type: string;
|
|
38461
38536
|
category: string;
|
|
@@ -38606,31 +38681,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
38606
38681
|
};
|
|
38607
38682
|
};
|
|
38608
38683
|
};
|
|
38609
|
-
"marketing-footer": {
|
|
38610
|
-
type: string;
|
|
38611
|
-
category: string;
|
|
38612
|
-
description: string;
|
|
38613
|
-
suggestedFor: string[];
|
|
38614
|
-
typicalSize: string;
|
|
38615
|
-
propsSchema: {
|
|
38616
|
-
columns: {
|
|
38617
|
-
types: string[];
|
|
38618
|
-
description: string;
|
|
38619
|
-
};
|
|
38620
|
-
copyright: {
|
|
38621
|
-
types: string[];
|
|
38622
|
-
description: string;
|
|
38623
|
-
};
|
|
38624
|
-
logo: {
|
|
38625
|
-
types: string[];
|
|
38626
|
-
description: string;
|
|
38627
|
-
};
|
|
38628
|
-
className: {
|
|
38629
|
-
types: string[];
|
|
38630
|
-
description: string;
|
|
38631
|
-
};
|
|
38632
|
-
};
|
|
38633
|
-
};
|
|
38634
38684
|
};
|
|
38635
38685
|
categories: string[];
|
|
38636
38686
|
};
|
|
@@ -40718,6 +40768,11 @@ export declare const COMPONENT_MAPPING: {
|
|
|
40718
40768
|
importPath: string;
|
|
40719
40769
|
category: string;
|
|
40720
40770
|
};
|
|
40771
|
+
"marketing-footer": {
|
|
40772
|
+
component: string;
|
|
40773
|
+
importPath: string;
|
|
40774
|
+
category: string;
|
|
40775
|
+
};
|
|
40721
40776
|
heading: {
|
|
40722
40777
|
component: string;
|
|
40723
40778
|
importPath: 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-
|
|
4
|
+
exportedAt: "2026-05-22T01:35:31.064Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -30342,6 +30342,86 @@ var patterns_registry_default = {
|
|
|
30342
30342
|
}
|
|
30343
30343
|
}
|
|
30344
30344
|
},
|
|
30345
|
+
"marketing-footer": {
|
|
30346
|
+
type: "marketing-footer",
|
|
30347
|
+
category: "component",
|
|
30348
|
+
description: "MarketingFooter component",
|
|
30349
|
+
suggestedFor: [
|
|
30350
|
+
"marketing",
|
|
30351
|
+
"footer",
|
|
30352
|
+
"marketing footer"
|
|
30353
|
+
],
|
|
30354
|
+
typicalSize: "medium",
|
|
30355
|
+
propsSchema: {
|
|
30356
|
+
columns: {
|
|
30357
|
+
types: [
|
|
30358
|
+
"array"
|
|
30359
|
+
],
|
|
30360
|
+
description: "columns prop",
|
|
30361
|
+
required: true,
|
|
30362
|
+
items: {
|
|
30363
|
+
types: [
|
|
30364
|
+
"object"
|
|
30365
|
+
],
|
|
30366
|
+
properties: {
|
|
30367
|
+
title: {
|
|
30368
|
+
types: [
|
|
30369
|
+
"string"
|
|
30370
|
+
]
|
|
30371
|
+
},
|
|
30372
|
+
items: {
|
|
30373
|
+
types: [
|
|
30374
|
+
"array"
|
|
30375
|
+
],
|
|
30376
|
+
items: {
|
|
30377
|
+
types: [
|
|
30378
|
+
"object"
|
|
30379
|
+
],
|
|
30380
|
+
properties: {
|
|
30381
|
+
label: {
|
|
30382
|
+
types: [
|
|
30383
|
+
"string"
|
|
30384
|
+
]
|
|
30385
|
+
},
|
|
30386
|
+
href: {
|
|
30387
|
+
types: [
|
|
30388
|
+
"string"
|
|
30389
|
+
]
|
|
30390
|
+
}
|
|
30391
|
+
},
|
|
30392
|
+
required: [
|
|
30393
|
+
"label",
|
|
30394
|
+
"href"
|
|
30395
|
+
]
|
|
30396
|
+
}
|
|
30397
|
+
}
|
|
30398
|
+
},
|
|
30399
|
+
required: [
|
|
30400
|
+
"title",
|
|
30401
|
+
"items"
|
|
30402
|
+
]
|
|
30403
|
+
}
|
|
30404
|
+
},
|
|
30405
|
+
copyright: {
|
|
30406
|
+
types: [
|
|
30407
|
+
"string"
|
|
30408
|
+
],
|
|
30409
|
+
description: "copyright prop"
|
|
30410
|
+
},
|
|
30411
|
+
logo: {
|
|
30412
|
+
types: [
|
|
30413
|
+
"object"
|
|
30414
|
+
],
|
|
30415
|
+
description: "logo prop"
|
|
30416
|
+
},
|
|
30417
|
+
className: {
|
|
30418
|
+
types: [
|
|
30419
|
+
"string"
|
|
30420
|
+
],
|
|
30421
|
+
description: "className prop"
|
|
30422
|
+
}
|
|
30423
|
+
}
|
|
30424
|
+
},
|
|
30345
30425
|
heading: {
|
|
30346
30426
|
type: "heading",
|
|
30347
30427
|
category: "component",
|
|
@@ -30649,44 +30729,6 @@ var patterns_registry_default = {
|
|
|
30649
30729
|
description: "Children elements"
|
|
30650
30730
|
}
|
|
30651
30731
|
}
|
|
30652
|
-
},
|
|
30653
|
-
"marketing-footer": {
|
|
30654
|
-
type: "marketing-footer",
|
|
30655
|
-
category: "navigation",
|
|
30656
|
-
description: "Marketing footer with link columns, logo, and copyright",
|
|
30657
|
-
suggestedFor: [
|
|
30658
|
-
"marketing sites",
|
|
30659
|
-
"landing pages",
|
|
30660
|
-
"product websites"
|
|
30661
|
-
],
|
|
30662
|
-
typicalSize: "large",
|
|
30663
|
-
propsSchema: {
|
|
30664
|
-
columns: {
|
|
30665
|
-
types: [
|
|
30666
|
-
"array"
|
|
30667
|
-
],
|
|
30668
|
-
description: "Array of footer link column groups"
|
|
30669
|
-
},
|
|
30670
|
-
copyright: {
|
|
30671
|
-
types: [
|
|
30672
|
-
"string"
|
|
30673
|
-
],
|
|
30674
|
-
description: "Copyright text"
|
|
30675
|
-
},
|
|
30676
|
-
logo: {
|
|
30677
|
-
types: [
|
|
30678
|
-
"object",
|
|
30679
|
-
"string"
|
|
30680
|
-
],
|
|
30681
|
-
description: "Logo configuration"
|
|
30682
|
-
},
|
|
30683
|
-
className: {
|
|
30684
|
-
types: [
|
|
30685
|
-
"string"
|
|
30686
|
-
],
|
|
30687
|
-
description: "Additional CSS classes"
|
|
30688
|
-
}
|
|
30689
|
-
}
|
|
30690
30732
|
}
|
|
30691
30733
|
},
|
|
30692
30734
|
categories: [
|
|
@@ -31314,7 +31356,7 @@ var integrators_registry_default = {
|
|
|
31314
31356
|
// src/component-mapping.json
|
|
31315
31357
|
var component_mapping_default = {
|
|
31316
31358
|
version: "1.0.0",
|
|
31317
|
-
exportedAt: "2026-05-
|
|
31359
|
+
exportedAt: "2026-05-22T01:35:31.064Z",
|
|
31318
31360
|
mappings: {
|
|
31319
31361
|
"page-header": {
|
|
31320
31362
|
component: "PageHeader",
|
|
@@ -32828,6 +32870,11 @@ var component_mapping_default = {
|
|
|
32828
32870
|
importPath: "@/components/molecules/TagInput",
|
|
32829
32871
|
category: "form"
|
|
32830
32872
|
},
|
|
32873
|
+
"marketing-footer": {
|
|
32874
|
+
component: "MarketingFooter",
|
|
32875
|
+
importPath: "@/components/molecules/MarketingFooter",
|
|
32876
|
+
category: "component"
|
|
32877
|
+
},
|
|
32831
32878
|
heading: {
|
|
32832
32879
|
component: "Typography",
|
|
32833
32880
|
importPath: "@/components/atoms/Typography",
|
|
@@ -32844,7 +32891,7 @@ var component_mapping_default = {
|
|
|
32844
32891
|
// src/event-contracts.json
|
|
32845
32892
|
var event_contracts_default = {
|
|
32846
32893
|
version: "1.0.0",
|
|
32847
|
-
exportedAt: "2026-05-
|
|
32894
|
+
exportedAt: "2026-05-22T01:35:31.064Z",
|
|
32848
32895
|
contracts: {
|
|
32849
32896
|
form: {
|
|
32850
32897
|
emits: [
|