@almadar/patterns 2.41.0 → 2.42.0
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 +21 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +562 -0
- package/dist/index.js +440 -7
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +418 -5
- package/dist/registry.json +418 -5
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-
|
|
3
|
+
"exportedAt": "2026-06-16T06:23:39.790Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -1514,6 +1514,26 @@
|
|
|
1514
1514
|
"importPath": "@/components/atoms/StatCard",
|
|
1515
1515
|
"category": "display"
|
|
1516
1516
|
},
|
|
1517
|
+
"asset-picker": {
|
|
1518
|
+
"component": "AssetPicker",
|
|
1519
|
+
"importPath": "@/components/molecules/AssetPicker",
|
|
1520
|
+
"category": "component"
|
|
1521
|
+
},
|
|
1522
|
+
"grid-picker": {
|
|
1523
|
+
"component": "GridPicker",
|
|
1524
|
+
"importPath": "@/components/molecules/GridPicker",
|
|
1525
|
+
"category": "display"
|
|
1526
|
+
},
|
|
1527
|
+
"icon-picker": {
|
|
1528
|
+
"component": "IconPicker",
|
|
1529
|
+
"importPath": "@/components/molecules/IconPicker",
|
|
1530
|
+
"category": "component"
|
|
1531
|
+
},
|
|
1532
|
+
"property-inspector": {
|
|
1533
|
+
"component": "PropertyInspector",
|
|
1534
|
+
"importPath": "@/components/molecules/PropertyInspector",
|
|
1535
|
+
"category": "debug"
|
|
1536
|
+
},
|
|
1517
1537
|
"heading": {
|
|
1518
1538
|
"component": "Typography",
|
|
1519
1539
|
"importPath": "@/components/atoms/Typography",
|
package/dist/index.d.ts
CHANGED
|
@@ -14359,6 +14359,11 @@ export declare const registry: {
|
|
|
14359
14359
|
types: string[];
|
|
14360
14360
|
description: string;
|
|
14361
14361
|
};
|
|
14362
|
+
enableBlocks: {
|
|
14363
|
+
types: string[];
|
|
14364
|
+
description: string;
|
|
14365
|
+
default: boolean;
|
|
14366
|
+
};
|
|
14362
14367
|
showToolbar: {
|
|
14363
14368
|
types: string[];
|
|
14364
14369
|
description: string;
|
|
@@ -25365,6 +25370,272 @@ export declare const registry: {
|
|
|
25365
25370
|
};
|
|
25366
25371
|
};
|
|
25367
25372
|
};
|
|
25373
|
+
"asset-picker": {
|
|
25374
|
+
type: string;
|
|
25375
|
+
category: string;
|
|
25376
|
+
tier: string;
|
|
25377
|
+
family: string;
|
|
25378
|
+
description: string;
|
|
25379
|
+
suggestedFor: string[];
|
|
25380
|
+
typicalSize: string;
|
|
25381
|
+
propsSchema: {
|
|
25382
|
+
assets: {
|
|
25383
|
+
types: string[];
|
|
25384
|
+
description: string;
|
|
25385
|
+
required: boolean;
|
|
25386
|
+
freeform: boolean;
|
|
25387
|
+
};
|
|
25388
|
+
value: {
|
|
25389
|
+
types: string[];
|
|
25390
|
+
description: string;
|
|
25391
|
+
};
|
|
25392
|
+
onChange: {
|
|
25393
|
+
types: string[];
|
|
25394
|
+
description: string;
|
|
25395
|
+
required: boolean;
|
|
25396
|
+
kind: string;
|
|
25397
|
+
callbackArgs: {
|
|
25398
|
+
name: string;
|
|
25399
|
+
type: string;
|
|
25400
|
+
}[];
|
|
25401
|
+
};
|
|
25402
|
+
className: {
|
|
25403
|
+
types: string[];
|
|
25404
|
+
description: string;
|
|
25405
|
+
};
|
|
25406
|
+
};
|
|
25407
|
+
};
|
|
25408
|
+
"grid-picker": {
|
|
25409
|
+
type: string;
|
|
25410
|
+
category: string;
|
|
25411
|
+
tier: string;
|
|
25412
|
+
family: string;
|
|
25413
|
+
description: string;
|
|
25414
|
+
suggestedFor: string[];
|
|
25415
|
+
typicalSize: string;
|
|
25416
|
+
propsSchema: {
|
|
25417
|
+
items: {
|
|
25418
|
+
types: string[];
|
|
25419
|
+
description: string;
|
|
25420
|
+
required: boolean;
|
|
25421
|
+
items: {
|
|
25422
|
+
types: string[];
|
|
25423
|
+
properties: {
|
|
25424
|
+
id: {
|
|
25425
|
+
types: string[];
|
|
25426
|
+
};
|
|
25427
|
+
label: {
|
|
25428
|
+
types: string[];
|
|
25429
|
+
};
|
|
25430
|
+
category: {
|
|
25431
|
+
types: string[];
|
|
25432
|
+
};
|
|
25433
|
+
};
|
|
25434
|
+
required: string[];
|
|
25435
|
+
};
|
|
25436
|
+
};
|
|
25437
|
+
value: {
|
|
25438
|
+
types: string[];
|
|
25439
|
+
description: string;
|
|
25440
|
+
};
|
|
25441
|
+
onChange: {
|
|
25442
|
+
types: string[];
|
|
25443
|
+
description: string;
|
|
25444
|
+
required: boolean;
|
|
25445
|
+
kind: string;
|
|
25446
|
+
callbackArgs: {
|
|
25447
|
+
name: string;
|
|
25448
|
+
type: string;
|
|
25449
|
+
}[];
|
|
25450
|
+
};
|
|
25451
|
+
categories: {
|
|
25452
|
+
types: string[];
|
|
25453
|
+
description: string;
|
|
25454
|
+
items: {
|
|
25455
|
+
types: string[];
|
|
25456
|
+
};
|
|
25457
|
+
};
|
|
25458
|
+
searchPlaceholder: {
|
|
25459
|
+
types: string[];
|
|
25460
|
+
description: string;
|
|
25461
|
+
};
|
|
25462
|
+
renderThumbnail: {
|
|
25463
|
+
types: string[];
|
|
25464
|
+
description: string;
|
|
25465
|
+
required: boolean;
|
|
25466
|
+
kind: string;
|
|
25467
|
+
callbackArgs: {
|
|
25468
|
+
name: string;
|
|
25469
|
+
type: string;
|
|
25470
|
+
schema: {
|
|
25471
|
+
types: string[];
|
|
25472
|
+
properties: {
|
|
25473
|
+
id: {
|
|
25474
|
+
types: string[];
|
|
25475
|
+
};
|
|
25476
|
+
label: {
|
|
25477
|
+
types: string[];
|
|
25478
|
+
};
|
|
25479
|
+
category: {
|
|
25480
|
+
types: string[];
|
|
25481
|
+
};
|
|
25482
|
+
};
|
|
25483
|
+
required: string[];
|
|
25484
|
+
};
|
|
25485
|
+
}[];
|
|
25486
|
+
renderCallback: boolean;
|
|
25487
|
+
};
|
|
25488
|
+
cellSize: {
|
|
25489
|
+
types: string[];
|
|
25490
|
+
description: string;
|
|
25491
|
+
numericEnumValues: number[];
|
|
25492
|
+
default: number;
|
|
25493
|
+
};
|
|
25494
|
+
className: {
|
|
25495
|
+
types: string[];
|
|
25496
|
+
description: string;
|
|
25497
|
+
};
|
|
25498
|
+
};
|
|
25499
|
+
};
|
|
25500
|
+
"icon-picker": {
|
|
25501
|
+
type: string;
|
|
25502
|
+
category: string;
|
|
25503
|
+
tier: string;
|
|
25504
|
+
family: string;
|
|
25505
|
+
description: string;
|
|
25506
|
+
suggestedFor: string[];
|
|
25507
|
+
typicalSize: string;
|
|
25508
|
+
propsSchema: {
|
|
25509
|
+
value: {
|
|
25510
|
+
types: string[];
|
|
25511
|
+
description: string;
|
|
25512
|
+
};
|
|
25513
|
+
onChange: {
|
|
25514
|
+
types: string[];
|
|
25515
|
+
description: string;
|
|
25516
|
+
required: boolean;
|
|
25517
|
+
kind: string;
|
|
25518
|
+
callbackArgs: {
|
|
25519
|
+
name: string;
|
|
25520
|
+
type: string;
|
|
25521
|
+
}[];
|
|
25522
|
+
};
|
|
25523
|
+
className: {
|
|
25524
|
+
types: string[];
|
|
25525
|
+
description: string;
|
|
25526
|
+
};
|
|
25527
|
+
};
|
|
25528
|
+
};
|
|
25529
|
+
"property-inspector": {
|
|
25530
|
+
type: string;
|
|
25531
|
+
category: string;
|
|
25532
|
+
tier: string;
|
|
25533
|
+
family: string;
|
|
25534
|
+
description: string;
|
|
25535
|
+
suggestedFor: string[];
|
|
25536
|
+
typicalSize: string;
|
|
25537
|
+
propsSchema: {
|
|
25538
|
+
className: {
|
|
25539
|
+
types: string[];
|
|
25540
|
+
description: string;
|
|
25541
|
+
};
|
|
25542
|
+
isLoading: {
|
|
25543
|
+
types: string[];
|
|
25544
|
+
description: string;
|
|
25545
|
+
};
|
|
25546
|
+
error: {
|
|
25547
|
+
types: string[];
|
|
25548
|
+
description: string;
|
|
25549
|
+
properties: {
|
|
25550
|
+
message: {
|
|
25551
|
+
types: string[];
|
|
25552
|
+
};
|
|
25553
|
+
name: {
|
|
25554
|
+
types: string[];
|
|
25555
|
+
};
|
|
25556
|
+
code: {
|
|
25557
|
+
types: string[];
|
|
25558
|
+
};
|
|
25559
|
+
stack: {
|
|
25560
|
+
types: string[];
|
|
25561
|
+
};
|
|
25562
|
+
};
|
|
25563
|
+
propertyRequired: string[];
|
|
25564
|
+
};
|
|
25565
|
+
sortBy: {
|
|
25566
|
+
types: string[];
|
|
25567
|
+
description: string;
|
|
25568
|
+
};
|
|
25569
|
+
sortDirection: {
|
|
25570
|
+
types: string[];
|
|
25571
|
+
description: string;
|
|
25572
|
+
enumValues: string[];
|
|
25573
|
+
};
|
|
25574
|
+
searchValue: {
|
|
25575
|
+
types: string[];
|
|
25576
|
+
description: string;
|
|
25577
|
+
};
|
|
25578
|
+
page: {
|
|
25579
|
+
types: string[];
|
|
25580
|
+
description: string;
|
|
25581
|
+
};
|
|
25582
|
+
pageSize: {
|
|
25583
|
+
types: string[];
|
|
25584
|
+
description: string;
|
|
25585
|
+
};
|
|
25586
|
+
totalCount: {
|
|
25587
|
+
types: string[];
|
|
25588
|
+
description: string;
|
|
25589
|
+
};
|
|
25590
|
+
activeFilters: {
|
|
25591
|
+
types: string[];
|
|
25592
|
+
description: string;
|
|
25593
|
+
};
|
|
25594
|
+
selectedIds: {
|
|
25595
|
+
types: string[];
|
|
25596
|
+
description: string;
|
|
25597
|
+
items: {
|
|
25598
|
+
types: string[];
|
|
25599
|
+
};
|
|
25600
|
+
};
|
|
25601
|
+
config: {
|
|
25602
|
+
types: string[];
|
|
25603
|
+
description: string;
|
|
25604
|
+
required: boolean;
|
|
25605
|
+
freeform: boolean;
|
|
25606
|
+
};
|
|
25607
|
+
values: {
|
|
25608
|
+
types: string[];
|
|
25609
|
+
description: string;
|
|
25610
|
+
freeform: boolean;
|
|
25611
|
+
};
|
|
25612
|
+
onChange: {
|
|
25613
|
+
types: string[];
|
|
25614
|
+
description: string;
|
|
25615
|
+
required: boolean;
|
|
25616
|
+
kind: string;
|
|
25617
|
+
callbackArgs: {
|
|
25618
|
+
name: string;
|
|
25619
|
+
type: string;
|
|
25620
|
+
}[];
|
|
25621
|
+
};
|
|
25622
|
+
onReset: {
|
|
25623
|
+
types: string[];
|
|
25624
|
+
description: string;
|
|
25625
|
+
kind: string;
|
|
25626
|
+
callbackArgs: never[];
|
|
25627
|
+
};
|
|
25628
|
+
title: {
|
|
25629
|
+
types: string[];
|
|
25630
|
+
description: string;
|
|
25631
|
+
};
|
|
25632
|
+
assets: {
|
|
25633
|
+
types: string[];
|
|
25634
|
+
description: string;
|
|
25635
|
+
freeform: boolean;
|
|
25636
|
+
};
|
|
25637
|
+
};
|
|
25638
|
+
};
|
|
25368
25639
|
heading: {
|
|
25369
25640
|
type: string;
|
|
25370
25641
|
category: string;
|
|
@@ -39879,6 +40150,11 @@ export declare const PATTERN_REGISTRY: {
|
|
|
39879
40150
|
types: string[];
|
|
39880
40151
|
description: string;
|
|
39881
40152
|
};
|
|
40153
|
+
enableBlocks: {
|
|
40154
|
+
types: string[];
|
|
40155
|
+
description: string;
|
|
40156
|
+
default: boolean;
|
|
40157
|
+
};
|
|
39882
40158
|
showToolbar: {
|
|
39883
40159
|
types: string[];
|
|
39884
40160
|
description: string;
|
|
@@ -50885,6 +51161,272 @@ export declare const PATTERN_REGISTRY: {
|
|
|
50885
51161
|
};
|
|
50886
51162
|
};
|
|
50887
51163
|
};
|
|
51164
|
+
"asset-picker": {
|
|
51165
|
+
type: string;
|
|
51166
|
+
category: string;
|
|
51167
|
+
tier: string;
|
|
51168
|
+
family: string;
|
|
51169
|
+
description: string;
|
|
51170
|
+
suggestedFor: string[];
|
|
51171
|
+
typicalSize: string;
|
|
51172
|
+
propsSchema: {
|
|
51173
|
+
assets: {
|
|
51174
|
+
types: string[];
|
|
51175
|
+
description: string;
|
|
51176
|
+
required: boolean;
|
|
51177
|
+
freeform: boolean;
|
|
51178
|
+
};
|
|
51179
|
+
value: {
|
|
51180
|
+
types: string[];
|
|
51181
|
+
description: string;
|
|
51182
|
+
};
|
|
51183
|
+
onChange: {
|
|
51184
|
+
types: string[];
|
|
51185
|
+
description: string;
|
|
51186
|
+
required: boolean;
|
|
51187
|
+
kind: string;
|
|
51188
|
+
callbackArgs: {
|
|
51189
|
+
name: string;
|
|
51190
|
+
type: string;
|
|
51191
|
+
}[];
|
|
51192
|
+
};
|
|
51193
|
+
className: {
|
|
51194
|
+
types: string[];
|
|
51195
|
+
description: string;
|
|
51196
|
+
};
|
|
51197
|
+
};
|
|
51198
|
+
};
|
|
51199
|
+
"grid-picker": {
|
|
51200
|
+
type: string;
|
|
51201
|
+
category: string;
|
|
51202
|
+
tier: string;
|
|
51203
|
+
family: string;
|
|
51204
|
+
description: string;
|
|
51205
|
+
suggestedFor: string[];
|
|
51206
|
+
typicalSize: string;
|
|
51207
|
+
propsSchema: {
|
|
51208
|
+
items: {
|
|
51209
|
+
types: string[];
|
|
51210
|
+
description: string;
|
|
51211
|
+
required: boolean;
|
|
51212
|
+
items: {
|
|
51213
|
+
types: string[];
|
|
51214
|
+
properties: {
|
|
51215
|
+
id: {
|
|
51216
|
+
types: string[];
|
|
51217
|
+
};
|
|
51218
|
+
label: {
|
|
51219
|
+
types: string[];
|
|
51220
|
+
};
|
|
51221
|
+
category: {
|
|
51222
|
+
types: string[];
|
|
51223
|
+
};
|
|
51224
|
+
};
|
|
51225
|
+
required: string[];
|
|
51226
|
+
};
|
|
51227
|
+
};
|
|
51228
|
+
value: {
|
|
51229
|
+
types: string[];
|
|
51230
|
+
description: string;
|
|
51231
|
+
};
|
|
51232
|
+
onChange: {
|
|
51233
|
+
types: string[];
|
|
51234
|
+
description: string;
|
|
51235
|
+
required: boolean;
|
|
51236
|
+
kind: string;
|
|
51237
|
+
callbackArgs: {
|
|
51238
|
+
name: string;
|
|
51239
|
+
type: string;
|
|
51240
|
+
}[];
|
|
51241
|
+
};
|
|
51242
|
+
categories: {
|
|
51243
|
+
types: string[];
|
|
51244
|
+
description: string;
|
|
51245
|
+
items: {
|
|
51246
|
+
types: string[];
|
|
51247
|
+
};
|
|
51248
|
+
};
|
|
51249
|
+
searchPlaceholder: {
|
|
51250
|
+
types: string[];
|
|
51251
|
+
description: string;
|
|
51252
|
+
};
|
|
51253
|
+
renderThumbnail: {
|
|
51254
|
+
types: string[];
|
|
51255
|
+
description: string;
|
|
51256
|
+
required: boolean;
|
|
51257
|
+
kind: string;
|
|
51258
|
+
callbackArgs: {
|
|
51259
|
+
name: string;
|
|
51260
|
+
type: string;
|
|
51261
|
+
schema: {
|
|
51262
|
+
types: string[];
|
|
51263
|
+
properties: {
|
|
51264
|
+
id: {
|
|
51265
|
+
types: string[];
|
|
51266
|
+
};
|
|
51267
|
+
label: {
|
|
51268
|
+
types: string[];
|
|
51269
|
+
};
|
|
51270
|
+
category: {
|
|
51271
|
+
types: string[];
|
|
51272
|
+
};
|
|
51273
|
+
};
|
|
51274
|
+
required: string[];
|
|
51275
|
+
};
|
|
51276
|
+
}[];
|
|
51277
|
+
renderCallback: boolean;
|
|
51278
|
+
};
|
|
51279
|
+
cellSize: {
|
|
51280
|
+
types: string[];
|
|
51281
|
+
description: string;
|
|
51282
|
+
numericEnumValues: number[];
|
|
51283
|
+
default: number;
|
|
51284
|
+
};
|
|
51285
|
+
className: {
|
|
51286
|
+
types: string[];
|
|
51287
|
+
description: string;
|
|
51288
|
+
};
|
|
51289
|
+
};
|
|
51290
|
+
};
|
|
51291
|
+
"icon-picker": {
|
|
51292
|
+
type: string;
|
|
51293
|
+
category: string;
|
|
51294
|
+
tier: string;
|
|
51295
|
+
family: string;
|
|
51296
|
+
description: string;
|
|
51297
|
+
suggestedFor: string[];
|
|
51298
|
+
typicalSize: string;
|
|
51299
|
+
propsSchema: {
|
|
51300
|
+
value: {
|
|
51301
|
+
types: string[];
|
|
51302
|
+
description: string;
|
|
51303
|
+
};
|
|
51304
|
+
onChange: {
|
|
51305
|
+
types: string[];
|
|
51306
|
+
description: string;
|
|
51307
|
+
required: boolean;
|
|
51308
|
+
kind: string;
|
|
51309
|
+
callbackArgs: {
|
|
51310
|
+
name: string;
|
|
51311
|
+
type: string;
|
|
51312
|
+
}[];
|
|
51313
|
+
};
|
|
51314
|
+
className: {
|
|
51315
|
+
types: string[];
|
|
51316
|
+
description: string;
|
|
51317
|
+
};
|
|
51318
|
+
};
|
|
51319
|
+
};
|
|
51320
|
+
"property-inspector": {
|
|
51321
|
+
type: string;
|
|
51322
|
+
category: string;
|
|
51323
|
+
tier: string;
|
|
51324
|
+
family: string;
|
|
51325
|
+
description: string;
|
|
51326
|
+
suggestedFor: string[];
|
|
51327
|
+
typicalSize: string;
|
|
51328
|
+
propsSchema: {
|
|
51329
|
+
className: {
|
|
51330
|
+
types: string[];
|
|
51331
|
+
description: string;
|
|
51332
|
+
};
|
|
51333
|
+
isLoading: {
|
|
51334
|
+
types: string[];
|
|
51335
|
+
description: string;
|
|
51336
|
+
};
|
|
51337
|
+
error: {
|
|
51338
|
+
types: string[];
|
|
51339
|
+
description: string;
|
|
51340
|
+
properties: {
|
|
51341
|
+
message: {
|
|
51342
|
+
types: string[];
|
|
51343
|
+
};
|
|
51344
|
+
name: {
|
|
51345
|
+
types: string[];
|
|
51346
|
+
};
|
|
51347
|
+
code: {
|
|
51348
|
+
types: string[];
|
|
51349
|
+
};
|
|
51350
|
+
stack: {
|
|
51351
|
+
types: string[];
|
|
51352
|
+
};
|
|
51353
|
+
};
|
|
51354
|
+
propertyRequired: string[];
|
|
51355
|
+
};
|
|
51356
|
+
sortBy: {
|
|
51357
|
+
types: string[];
|
|
51358
|
+
description: string;
|
|
51359
|
+
};
|
|
51360
|
+
sortDirection: {
|
|
51361
|
+
types: string[];
|
|
51362
|
+
description: string;
|
|
51363
|
+
enumValues: string[];
|
|
51364
|
+
};
|
|
51365
|
+
searchValue: {
|
|
51366
|
+
types: string[];
|
|
51367
|
+
description: string;
|
|
51368
|
+
};
|
|
51369
|
+
page: {
|
|
51370
|
+
types: string[];
|
|
51371
|
+
description: string;
|
|
51372
|
+
};
|
|
51373
|
+
pageSize: {
|
|
51374
|
+
types: string[];
|
|
51375
|
+
description: string;
|
|
51376
|
+
};
|
|
51377
|
+
totalCount: {
|
|
51378
|
+
types: string[];
|
|
51379
|
+
description: string;
|
|
51380
|
+
};
|
|
51381
|
+
activeFilters: {
|
|
51382
|
+
types: string[];
|
|
51383
|
+
description: string;
|
|
51384
|
+
};
|
|
51385
|
+
selectedIds: {
|
|
51386
|
+
types: string[];
|
|
51387
|
+
description: string;
|
|
51388
|
+
items: {
|
|
51389
|
+
types: string[];
|
|
51390
|
+
};
|
|
51391
|
+
};
|
|
51392
|
+
config: {
|
|
51393
|
+
types: string[];
|
|
51394
|
+
description: string;
|
|
51395
|
+
required: boolean;
|
|
51396
|
+
freeform: boolean;
|
|
51397
|
+
};
|
|
51398
|
+
values: {
|
|
51399
|
+
types: string[];
|
|
51400
|
+
description: string;
|
|
51401
|
+
freeform: boolean;
|
|
51402
|
+
};
|
|
51403
|
+
onChange: {
|
|
51404
|
+
types: string[];
|
|
51405
|
+
description: string;
|
|
51406
|
+
required: boolean;
|
|
51407
|
+
kind: string;
|
|
51408
|
+
callbackArgs: {
|
|
51409
|
+
name: string;
|
|
51410
|
+
type: string;
|
|
51411
|
+
}[];
|
|
51412
|
+
};
|
|
51413
|
+
onReset: {
|
|
51414
|
+
types: string[];
|
|
51415
|
+
description: string;
|
|
51416
|
+
kind: string;
|
|
51417
|
+
callbackArgs: never[];
|
|
51418
|
+
};
|
|
51419
|
+
title: {
|
|
51420
|
+
types: string[];
|
|
51421
|
+
description: string;
|
|
51422
|
+
};
|
|
51423
|
+
assets: {
|
|
51424
|
+
types: string[];
|
|
51425
|
+
description: string;
|
|
51426
|
+
freeform: boolean;
|
|
51427
|
+
};
|
|
51428
|
+
};
|
|
51429
|
+
};
|
|
50888
51430
|
heading: {
|
|
50889
51431
|
type: string;
|
|
50890
51432
|
category: string;
|
|
@@ -53128,6 +53670,26 @@ export declare const COMPONENT_MAPPING: {
|
|
|
53128
53670
|
importPath: string;
|
|
53129
53671
|
category: string;
|
|
53130
53672
|
};
|
|
53673
|
+
"asset-picker": {
|
|
53674
|
+
component: string;
|
|
53675
|
+
importPath: string;
|
|
53676
|
+
category: string;
|
|
53677
|
+
};
|
|
53678
|
+
"grid-picker": {
|
|
53679
|
+
component: string;
|
|
53680
|
+
importPath: string;
|
|
53681
|
+
category: string;
|
|
53682
|
+
};
|
|
53683
|
+
"icon-picker": {
|
|
53684
|
+
component: string;
|
|
53685
|
+
importPath: string;
|
|
53686
|
+
category: string;
|
|
53687
|
+
};
|
|
53688
|
+
"property-inspector": {
|
|
53689
|
+
component: string;
|
|
53690
|
+
importPath: string;
|
|
53691
|
+
category: string;
|
|
53692
|
+
};
|
|
53131
53693
|
heading: {
|
|
53132
53694
|
component: string;
|
|
53133
53695
|
importPath: string;
|