@almadar/patterns 2.43.0 → 2.43.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.
- package/dist/component-mapping.json +1 -6
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +0 -65
- package/dist/index.js +3 -51
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +1 -44
- package/dist/registry.json +1 -44
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-06-16T13:
|
|
3
|
+
"exportedAt": "2026-06-16T13:55:25.201Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -1498,11 +1498,6 @@
|
|
|
1498
1498
|
"component": "StatCard",
|
|
1499
1499
|
"importPath": "@/components/atoms/StatCard",
|
|
1500
1500
|
"category": "display"
|
|
1501
|
-
},
|
|
1502
|
-
"state-json-view": {
|
|
1503
|
-
"component": "StateJsonView",
|
|
1504
|
-
"importPath": "@/components/organisms/StateJsonView",
|
|
1505
|
-
"category": "game"
|
|
1506
1501
|
}
|
|
1507
1502
|
}
|
|
1508
1503
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -25495,36 +25495,6 @@ export declare const registry: {
|
|
|
25495
25495
|
};
|
|
25496
25496
|
};
|
|
25497
25497
|
};
|
|
25498
|
-
"state-json-view": {
|
|
25499
|
-
type: string;
|
|
25500
|
-
category: string;
|
|
25501
|
-
tier: string;
|
|
25502
|
-
family: string;
|
|
25503
|
-
description: string;
|
|
25504
|
-
suggestedFor: string[];
|
|
25505
|
-
typicalSize: string;
|
|
25506
|
-
propsSchema: {
|
|
25507
|
-
data: {
|
|
25508
|
-
types: string[];
|
|
25509
|
-
description: string;
|
|
25510
|
-
required: boolean;
|
|
25511
|
-
freeform: boolean;
|
|
25512
|
-
};
|
|
25513
|
-
label: {
|
|
25514
|
-
types: string[];
|
|
25515
|
-
description: string;
|
|
25516
|
-
};
|
|
25517
|
-
defaultExpanded: {
|
|
25518
|
-
types: string[];
|
|
25519
|
-
description: string;
|
|
25520
|
-
default: boolean;
|
|
25521
|
-
};
|
|
25522
|
-
className: {
|
|
25523
|
-
types: string[];
|
|
25524
|
-
description: string;
|
|
25525
|
-
};
|
|
25526
|
-
};
|
|
25527
|
-
};
|
|
25528
25498
|
};
|
|
25529
25499
|
categories: string[];
|
|
25530
25500
|
};
|
|
@@ -51019,36 +50989,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
51019
50989
|
};
|
|
51020
50990
|
};
|
|
51021
50991
|
};
|
|
51022
|
-
"state-json-view": {
|
|
51023
|
-
type: string;
|
|
51024
|
-
category: string;
|
|
51025
|
-
tier: string;
|
|
51026
|
-
family: string;
|
|
51027
|
-
description: string;
|
|
51028
|
-
suggestedFor: string[];
|
|
51029
|
-
typicalSize: string;
|
|
51030
|
-
propsSchema: {
|
|
51031
|
-
data: {
|
|
51032
|
-
types: string[];
|
|
51033
|
-
description: string;
|
|
51034
|
-
required: boolean;
|
|
51035
|
-
freeform: boolean;
|
|
51036
|
-
};
|
|
51037
|
-
label: {
|
|
51038
|
-
types: string[];
|
|
51039
|
-
description: string;
|
|
51040
|
-
};
|
|
51041
|
-
defaultExpanded: {
|
|
51042
|
-
types: string[];
|
|
51043
|
-
description: string;
|
|
51044
|
-
default: boolean;
|
|
51045
|
-
};
|
|
51046
|
-
className: {
|
|
51047
|
-
types: string[];
|
|
51048
|
-
description: string;
|
|
51049
|
-
};
|
|
51050
|
-
};
|
|
51051
|
-
};
|
|
51052
50992
|
};
|
|
51053
50993
|
categories: string[];
|
|
51054
50994
|
};
|
|
@@ -53121,11 +53061,6 @@ export declare const COMPONENT_MAPPING: {
|
|
|
53121
53061
|
importPath: string;
|
|
53122
53062
|
category: string;
|
|
53123
53063
|
};
|
|
53124
|
-
"state-json-view": {
|
|
53125
|
-
component: string;
|
|
53126
|
-
importPath: string;
|
|
53127
|
-
category: string;
|
|
53128
|
-
};
|
|
53129
53064
|
};
|
|
53130
53065
|
};
|
|
53131
53066
|
export declare const EVENT_CONTRACTS: {
|
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-06-16T13:
|
|
4
|
+
exportedAt: "2026-06-16T13:55:25.201Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -41246,49 +41246,6 @@ var patterns_registry_default = {
|
|
|
41246
41246
|
description: "Additional class names"
|
|
41247
41247
|
}
|
|
41248
41248
|
}
|
|
41249
|
-
},
|
|
41250
|
-
"state-json-view": {
|
|
41251
|
-
type: "state-json-view",
|
|
41252
|
-
category: "game",
|
|
41253
|
-
tier: "organisms",
|
|
41254
|
-
family: "game",
|
|
41255
|
-
description: "StateJsonView component",
|
|
41256
|
-
suggestedFor: [
|
|
41257
|
-
"state",
|
|
41258
|
-
"json",
|
|
41259
|
-
"view",
|
|
41260
|
-
"state json view"
|
|
41261
|
-
],
|
|
41262
|
-
typicalSize: "large",
|
|
41263
|
-
propsSchema: {
|
|
41264
|
-
data: {
|
|
41265
|
-
types: [
|
|
41266
|
-
"object"
|
|
41267
|
-
],
|
|
41268
|
-
description: "JSON data to display",
|
|
41269
|
-
required: true,
|
|
41270
|
-
freeform: true
|
|
41271
|
-
},
|
|
41272
|
-
label: {
|
|
41273
|
-
types: [
|
|
41274
|
-
"string"
|
|
41275
|
-
],
|
|
41276
|
-
description: "Label"
|
|
41277
|
-
},
|
|
41278
|
-
defaultExpanded: {
|
|
41279
|
-
types: [
|
|
41280
|
-
"boolean"
|
|
41281
|
-
],
|
|
41282
|
-
description: "Whether the code is expanded by default",
|
|
41283
|
-
default: false
|
|
41284
|
-
},
|
|
41285
|
-
className: {
|
|
41286
|
-
types: [
|
|
41287
|
-
"string"
|
|
41288
|
-
],
|
|
41289
|
-
description: "Additional CSS classes"
|
|
41290
|
-
}
|
|
41291
|
-
}
|
|
41292
41249
|
}
|
|
41293
41250
|
},
|
|
41294
41251
|
categories: [
|
|
@@ -41916,7 +41873,7 @@ var integrators_registry_default = {
|
|
|
41916
41873
|
// src/component-mapping.json
|
|
41917
41874
|
var component_mapping_default = {
|
|
41918
41875
|
version: "1.0.0",
|
|
41919
|
-
exportedAt: "2026-06-16T13:
|
|
41876
|
+
exportedAt: "2026-06-16T13:55:25.201Z",
|
|
41920
41877
|
mappings: {
|
|
41921
41878
|
"page-header": {
|
|
41922
41879
|
component: "PageHeader",
|
|
@@ -43414,11 +43371,6 @@ var component_mapping_default = {
|
|
|
43414
43371
|
component: "StatCard",
|
|
43415
43372
|
importPath: "@/components/atoms/StatCard",
|
|
43416
43373
|
category: "display"
|
|
43417
|
-
},
|
|
43418
|
-
"state-json-view": {
|
|
43419
|
-
component: "StateJsonView",
|
|
43420
|
-
importPath: "@/components/organisms/StateJsonView",
|
|
43421
|
-
category: "game"
|
|
43422
43374
|
}
|
|
43423
43375
|
}
|
|
43424
43376
|
};
|
|
@@ -43426,7 +43378,7 @@ var component_mapping_default = {
|
|
|
43426
43378
|
// src/event-contracts.json
|
|
43427
43379
|
var event_contracts_default = {
|
|
43428
43380
|
version: "1.0.0",
|
|
43429
|
-
exportedAt: "2026-06-16T13:
|
|
43381
|
+
exportedAt: "2026-06-16T13:55:25.201Z",
|
|
43430
43382
|
contracts: {
|
|
43431
43383
|
form: {
|
|
43432
43384
|
emits: [
|