@almadar/patterns 2.41.0 → 2.42.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-06-12T08:35:33.532Z",
3
+ "exportedAt": "2026-06-16T10:02:47.077Z",
4
4
  "mappings": {
5
5
  "page-header": {
6
6
  "component": "PageHeader",
@@ -1513,16 +1513,6 @@
1513
1513
  "component": "StatCard",
1514
1514
  "importPath": "@/components/atoms/StatCard",
1515
1515
  "category": "display"
1516
- },
1517
- "heading": {
1518
- "component": "Typography",
1519
- "importPath": "@/components/atoms/Typography",
1520
- "category": "component"
1521
- },
1522
- "text": {
1523
- "component": "Typography",
1524
- "importPath": "@/components/atoms/Typography",
1525
- "category": "component"
1526
1516
  }
1527
1517
  }
1528
1518
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-06-12T08:35:33.532Z",
3
+ "exportedAt": "2026-06-16T10:02:47.077Z",
4
4
  "contracts": {
5
5
  "form": {
6
6
  "emits": [
package/dist/index.d.ts CHANGED
@@ -5592,13 +5592,11 @@ export declare const registry: {
5592
5592
  types: string[];
5593
5593
  description: string;
5594
5594
  enumValues: string[];
5595
- default: string;
5596
5595
  };
5597
5596
  level: {
5598
5597
  types: string[];
5599
5598
  description: string;
5600
5599
  numericEnumValues: number[];
5601
- default: number;
5602
5600
  };
5603
5601
  color: {
5604
5602
  types: string[];
@@ -14359,6 +14357,11 @@ export declare const registry: {
14359
14357
  types: string[];
14360
14358
  description: string;
14361
14359
  };
14360
+ enableBlocks: {
14361
+ types: string[];
14362
+ description: string;
14363
+ default: boolean;
14364
+ };
14362
14365
  showToolbar: {
14363
14366
  types: string[];
14364
14367
  description: string;
@@ -14926,6 +14929,7 @@ export declare const registry: {
14926
14929
  portrait: {
14927
14930
  types: string[];
14928
14931
  description: string;
14932
+ default: string;
14929
14933
  };
14930
14934
  position: {
14931
14935
  types: string[];
@@ -15231,6 +15235,7 @@ export declare const registry: {
15231
15235
  types: string[];
15232
15236
  description: string;
15233
15237
  required: boolean;
15238
+ default: string;
15234
15239
  };
15235
15240
  frameWidth: {
15236
15241
  types: string[];
@@ -25365,162 +25370,6 @@ export declare const registry: {
25365
25370
  };
25366
25371
  };
25367
25372
  };
25368
- heading: {
25369
- type: string;
25370
- category: string;
25371
- tier: string;
25372
- family: string;
25373
- description: string;
25374
- suggestedFor: string[];
25375
- typicalSize: string;
25376
- propsSchema: {
25377
- variant: {
25378
- types: string[];
25379
- description: string;
25380
- enumValues: string[];
25381
- default: string;
25382
- };
25383
- level: {
25384
- types: string[];
25385
- description: string;
25386
- numericEnumValues: number[];
25387
- default: number;
25388
- };
25389
- color: {
25390
- types: string[];
25391
- description: string;
25392
- enumValues: string[];
25393
- default: string;
25394
- };
25395
- align: {
25396
- types: string[];
25397
- description: string;
25398
- enumValues: string[];
25399
- };
25400
- weight: {
25401
- types: string[];
25402
- description: string;
25403
- enumValues: string[];
25404
- };
25405
- size: {
25406
- types: string[];
25407
- description: string;
25408
- enumValues: string[];
25409
- };
25410
- truncate: {
25411
- types: string[];
25412
- description: string;
25413
- default: boolean;
25414
- };
25415
- overflow: {
25416
- types: string[];
25417
- description: string;
25418
- enumValues: string[];
25419
- };
25420
- as: {
25421
- types: string[];
25422
- description: string;
25423
- };
25424
- id: {
25425
- types: string[];
25426
- description: string;
25427
- };
25428
- className: {
25429
- types: string[];
25430
- description: string;
25431
- };
25432
- style: {
25433
- types: string[];
25434
- description: string;
25435
- };
25436
- content: {
25437
- types: string[];
25438
- description: string;
25439
- };
25440
- children: {
25441
- types: string[];
25442
- description: string;
25443
- };
25444
- };
25445
- };
25446
- text: {
25447
- type: string;
25448
- category: string;
25449
- tier: string;
25450
- family: string;
25451
- description: string;
25452
- suggestedFor: string[];
25453
- typicalSize: string;
25454
- propsSchema: {
25455
- variant: {
25456
- types: string[];
25457
- description: string;
25458
- enumValues: string[];
25459
- default: string;
25460
- };
25461
- level: {
25462
- types: string[];
25463
- description: string;
25464
- numericEnumValues: number[];
25465
- default: number;
25466
- };
25467
- color: {
25468
- types: string[];
25469
- description: string;
25470
- enumValues: string[];
25471
- default: string;
25472
- };
25473
- align: {
25474
- types: string[];
25475
- description: string;
25476
- enumValues: string[];
25477
- };
25478
- weight: {
25479
- types: string[];
25480
- description: string;
25481
- enumValues: string[];
25482
- };
25483
- size: {
25484
- types: string[];
25485
- description: string;
25486
- enumValues: string[];
25487
- };
25488
- truncate: {
25489
- types: string[];
25490
- description: string;
25491
- default: boolean;
25492
- };
25493
- overflow: {
25494
- types: string[];
25495
- description: string;
25496
- enumValues: string[];
25497
- };
25498
- as: {
25499
- types: string[];
25500
- description: string;
25501
- };
25502
- id: {
25503
- types: string[];
25504
- description: string;
25505
- };
25506
- className: {
25507
- types: string[];
25508
- description: string;
25509
- };
25510
- style: {
25511
- types: string[];
25512
- description: string;
25513
- };
25514
- content: {
25515
- types: string[];
25516
- description: string;
25517
- };
25518
- children: {
25519
- types: string[];
25520
- description: string;
25521
- };
25522
- };
25523
- };
25524
25373
  };
25525
25374
  categories: string[];
25526
25375
  };
@@ -31112,13 +30961,11 @@ export declare const PATTERN_REGISTRY: {
31112
30961
  types: string[];
31113
30962
  description: string;
31114
30963
  enumValues: string[];
31115
- default: string;
31116
30964
  };
31117
30965
  level: {
31118
30966
  types: string[];
31119
30967
  description: string;
31120
30968
  numericEnumValues: number[];
31121
- default: number;
31122
30969
  };
31123
30970
  color: {
31124
30971
  types: string[];
@@ -39879,6 +39726,11 @@ export declare const PATTERN_REGISTRY: {
39879
39726
  types: string[];
39880
39727
  description: string;
39881
39728
  };
39729
+ enableBlocks: {
39730
+ types: string[];
39731
+ description: string;
39732
+ default: boolean;
39733
+ };
39882
39734
  showToolbar: {
39883
39735
  types: string[];
39884
39736
  description: string;
@@ -40446,6 +40298,7 @@ export declare const PATTERN_REGISTRY: {
40446
40298
  portrait: {
40447
40299
  types: string[];
40448
40300
  description: string;
40301
+ default: string;
40449
40302
  };
40450
40303
  position: {
40451
40304
  types: string[];
@@ -40751,6 +40604,7 @@ export declare const PATTERN_REGISTRY: {
40751
40604
  types: string[];
40752
40605
  description: string;
40753
40606
  required: boolean;
40607
+ default: string;
40754
40608
  };
40755
40609
  frameWidth: {
40756
40610
  types: string[];
@@ -50885,162 +50739,6 @@ export declare const PATTERN_REGISTRY: {
50885
50739
  };
50886
50740
  };
50887
50741
  };
50888
- heading: {
50889
- type: string;
50890
- category: string;
50891
- tier: string;
50892
- family: string;
50893
- description: string;
50894
- suggestedFor: string[];
50895
- typicalSize: string;
50896
- propsSchema: {
50897
- variant: {
50898
- types: string[];
50899
- description: string;
50900
- enumValues: string[];
50901
- default: string;
50902
- };
50903
- level: {
50904
- types: string[];
50905
- description: string;
50906
- numericEnumValues: number[];
50907
- default: number;
50908
- };
50909
- color: {
50910
- types: string[];
50911
- description: string;
50912
- enumValues: string[];
50913
- default: string;
50914
- };
50915
- align: {
50916
- types: string[];
50917
- description: string;
50918
- enumValues: string[];
50919
- };
50920
- weight: {
50921
- types: string[];
50922
- description: string;
50923
- enumValues: string[];
50924
- };
50925
- size: {
50926
- types: string[];
50927
- description: string;
50928
- enumValues: string[];
50929
- };
50930
- truncate: {
50931
- types: string[];
50932
- description: string;
50933
- default: boolean;
50934
- };
50935
- overflow: {
50936
- types: string[];
50937
- description: string;
50938
- enumValues: string[];
50939
- };
50940
- as: {
50941
- types: string[];
50942
- description: string;
50943
- };
50944
- id: {
50945
- types: string[];
50946
- description: string;
50947
- };
50948
- className: {
50949
- types: string[];
50950
- description: string;
50951
- };
50952
- style: {
50953
- types: string[];
50954
- description: string;
50955
- };
50956
- content: {
50957
- types: string[];
50958
- description: string;
50959
- };
50960
- children: {
50961
- types: string[];
50962
- description: string;
50963
- };
50964
- };
50965
- };
50966
- text: {
50967
- type: string;
50968
- category: string;
50969
- tier: string;
50970
- family: string;
50971
- description: string;
50972
- suggestedFor: string[];
50973
- typicalSize: string;
50974
- propsSchema: {
50975
- variant: {
50976
- types: string[];
50977
- description: string;
50978
- enumValues: string[];
50979
- default: string;
50980
- };
50981
- level: {
50982
- types: string[];
50983
- description: string;
50984
- numericEnumValues: number[];
50985
- default: number;
50986
- };
50987
- color: {
50988
- types: string[];
50989
- description: string;
50990
- enumValues: string[];
50991
- default: string;
50992
- };
50993
- align: {
50994
- types: string[];
50995
- description: string;
50996
- enumValues: string[];
50997
- };
50998
- weight: {
50999
- types: string[];
51000
- description: string;
51001
- enumValues: string[];
51002
- };
51003
- size: {
51004
- types: string[];
51005
- description: string;
51006
- enumValues: string[];
51007
- };
51008
- truncate: {
51009
- types: string[];
51010
- description: string;
51011
- default: boolean;
51012
- };
51013
- overflow: {
51014
- types: string[];
51015
- description: string;
51016
- enumValues: string[];
51017
- };
51018
- as: {
51019
- types: string[];
51020
- description: string;
51021
- };
51022
- id: {
51023
- types: string[];
51024
- description: string;
51025
- };
51026
- className: {
51027
- types: string[];
51028
- description: string;
51029
- };
51030
- style: {
51031
- types: string[];
51032
- description: string;
51033
- };
51034
- content: {
51035
- types: string[];
51036
- description: string;
51037
- };
51038
- children: {
51039
- types: string[];
51040
- description: string;
51041
- };
51042
- };
51043
- };
51044
50742
  };
51045
50743
  categories: string[];
51046
50744
  };
@@ -53128,16 +52826,6 @@ export declare const COMPONENT_MAPPING: {
53128
52826
  importPath: string;
53129
52827
  category: string;
53130
52828
  };
53131
- heading: {
53132
- component: string;
53133
- importPath: string;
53134
- category: string;
53135
- };
53136
- text: {
53137
- component: string;
53138
- importPath: string;
53139
- category: string;
53140
- };
53141
52829
  };
53142
52830
  };
53143
52831
  export declare const EVENT_CONTRACTS: {