@almadar/patterns 2.42.0 → 2.43.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 +5 -45
- package/dist/event-contracts.json +1 -14
- package/dist/index.d.ts +1584 -2169
- package/dist/index.js +696 -1165
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +690 -1106
- package/dist/registry.json +690 -1106
- 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-16T13:40:20.131Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -6930,7 +6930,15 @@
|
|
|
6930
6930
|
"types": [
|
|
6931
6931
|
"string"
|
|
6932
6932
|
],
|
|
6933
|
-
"description": "
|
|
6933
|
+
"description": "Semantic palette token or an arbitrary Tailwind color class.",
|
|
6934
|
+
"enumValues": [
|
|
6935
|
+
"primary",
|
|
6936
|
+
"secondary",
|
|
6937
|
+
"success",
|
|
6938
|
+
"warning",
|
|
6939
|
+
"error",
|
|
6940
|
+
"muted"
|
|
6941
|
+
]
|
|
6934
6942
|
},
|
|
6935
6943
|
"animation": {
|
|
6936
6944
|
"types": [
|
|
@@ -7106,6 +7114,7 @@
|
|
|
7106
7114
|
"primary",
|
|
7107
7115
|
"success",
|
|
7108
7116
|
"warning",
|
|
7117
|
+
"error",
|
|
7109
7118
|
"danger"
|
|
7110
7119
|
],
|
|
7111
7120
|
"default": "primary"
|
|
@@ -7120,6 +7129,7 @@
|
|
|
7120
7129
|
"primary",
|
|
7121
7130
|
"success",
|
|
7122
7131
|
"warning",
|
|
7132
|
+
"error",
|
|
7123
7133
|
"danger"
|
|
7124
7134
|
]
|
|
7125
7135
|
},
|
|
@@ -9107,8 +9117,7 @@
|
|
|
9107
9117
|
"small",
|
|
9108
9118
|
"large",
|
|
9109
9119
|
"label"
|
|
9110
|
-
]
|
|
9111
|
-
"default": "body"
|
|
9120
|
+
]
|
|
9112
9121
|
},
|
|
9113
9122
|
"level": {
|
|
9114
9123
|
"types": [
|
|
@@ -9122,8 +9131,7 @@
|
|
|
9122
9131
|
4,
|
|
9123
9132
|
5,
|
|
9124
9133
|
6
|
|
9125
|
-
]
|
|
9126
|
-
"default": 2
|
|
9134
|
+
]
|
|
9127
9135
|
},
|
|
9128
9136
|
"color": {
|
|
9129
9137
|
"types": [
|
|
@@ -11599,7 +11607,7 @@
|
|
|
11599
11607
|
"type": "auth-layout",
|
|
11600
11608
|
"category": "template",
|
|
11601
11609
|
"tier": "templates",
|
|
11602
|
-
"family": "
|
|
11610
|
+
"family": "marketing",
|
|
11603
11611
|
"description": "AuthLayout component",
|
|
11604
11612
|
"suggestedFor": [
|
|
11605
11613
|
"auth",
|
|
@@ -11613,7 +11621,7 @@
|
|
|
11613
11621
|
"string"
|
|
11614
11622
|
],
|
|
11615
11623
|
"description": "App name",
|
|
11616
|
-
"default": "
|
|
11624
|
+
"default": "My App"
|
|
11617
11625
|
},
|
|
11618
11626
|
"logo": {
|
|
11619
11627
|
"types": [
|
|
@@ -13125,7 +13133,48 @@
|
|
|
13125
13133
|
"items": {
|
|
13126
13134
|
"types": [
|
|
13127
13135
|
"object"
|
|
13128
|
-
]
|
|
13136
|
+
],
|
|
13137
|
+
"properties": {
|
|
13138
|
+
"id": {
|
|
13139
|
+
"types": [
|
|
13140
|
+
"string"
|
|
13141
|
+
]
|
|
13142
|
+
},
|
|
13143
|
+
"src": {
|
|
13144
|
+
"types": [
|
|
13145
|
+
"string"
|
|
13146
|
+
]
|
|
13147
|
+
},
|
|
13148
|
+
"alt": {
|
|
13149
|
+
"types": [
|
|
13150
|
+
"string"
|
|
13151
|
+
]
|
|
13152
|
+
},
|
|
13153
|
+
"thumbnail": {
|
|
13154
|
+
"types": [
|
|
13155
|
+
"string"
|
|
13156
|
+
]
|
|
13157
|
+
},
|
|
13158
|
+
"mediaType": {
|
|
13159
|
+
"types": [
|
|
13160
|
+
"string"
|
|
13161
|
+
],
|
|
13162
|
+
"enumValues": [
|
|
13163
|
+
"image",
|
|
13164
|
+
"video"
|
|
13165
|
+
]
|
|
13166
|
+
},
|
|
13167
|
+
"caption": {
|
|
13168
|
+
"types": [
|
|
13169
|
+
"string"
|
|
13170
|
+
]
|
|
13171
|
+
},
|
|
13172
|
+
"fileSize": {
|
|
13173
|
+
"types": [
|
|
13174
|
+
"string"
|
|
13175
|
+
]
|
|
13176
|
+
}
|
|
13177
|
+
}
|
|
13129
13178
|
}
|
|
13130
13179
|
},
|
|
13131
13180
|
"columns": {
|
|
@@ -13923,252 +13972,6 @@
|
|
|
13923
13972
|
}
|
|
13924
13973
|
}
|
|
13925
13974
|
},
|
|
13926
|
-
"code-viewer": {
|
|
13927
|
-
"type": "code-viewer",
|
|
13928
|
-
"category": "display",
|
|
13929
|
-
"tier": "molecules",
|
|
13930
|
-
"family": "core",
|
|
13931
|
-
"description": "Code and diff viewer with line numbers, copy, word-wrap, and multi-file tabs",
|
|
13932
|
-
"suggestedFor": [
|
|
13933
|
-
"code display",
|
|
13934
|
-
"diff viewing",
|
|
13935
|
-
"schema inspection",
|
|
13936
|
-
"log viewing"
|
|
13937
|
-
],
|
|
13938
|
-
"typicalSize": "medium",
|
|
13939
|
-
"propsSchema": {
|
|
13940
|
-
"title": {
|
|
13941
|
-
"types": [
|
|
13942
|
-
"string"
|
|
13943
|
-
],
|
|
13944
|
-
"description": "Viewer title"
|
|
13945
|
-
},
|
|
13946
|
-
"code": {
|
|
13947
|
-
"types": [
|
|
13948
|
-
"string"
|
|
13949
|
-
],
|
|
13950
|
-
"description": "Code content"
|
|
13951
|
-
},
|
|
13952
|
-
"language": {
|
|
13953
|
-
"types": [
|
|
13954
|
-
"unknown"
|
|
13955
|
-
],
|
|
13956
|
-
"description": "Language for display label"
|
|
13957
|
-
},
|
|
13958
|
-
"diff": {
|
|
13959
|
-
"types": [
|
|
13960
|
-
"array"
|
|
13961
|
-
],
|
|
13962
|
-
"description": "Diff lines (for diff mode)",
|
|
13963
|
-
"items": {
|
|
13964
|
-
"types": [
|
|
13965
|
-
"object"
|
|
13966
|
-
],
|
|
13967
|
-
"properties": {
|
|
13968
|
-
"type": {
|
|
13969
|
-
"types": [
|
|
13970
|
-
"string"
|
|
13971
|
-
],
|
|
13972
|
-
"enumValues": [
|
|
13973
|
-
"add",
|
|
13974
|
-
"remove",
|
|
13975
|
-
"context"
|
|
13976
|
-
]
|
|
13977
|
-
},
|
|
13978
|
-
"content": {
|
|
13979
|
-
"types": [
|
|
13980
|
-
"string"
|
|
13981
|
-
]
|
|
13982
|
-
},
|
|
13983
|
-
"lineNumber": {
|
|
13984
|
-
"types": [
|
|
13985
|
-
"number"
|
|
13986
|
-
]
|
|
13987
|
-
}
|
|
13988
|
-
},
|
|
13989
|
-
"required": [
|
|
13990
|
-
"type",
|
|
13991
|
-
"content"
|
|
13992
|
-
]
|
|
13993
|
-
}
|
|
13994
|
-
},
|
|
13995
|
-
"oldValue": {
|
|
13996
|
-
"types": [
|
|
13997
|
-
"string"
|
|
13998
|
-
],
|
|
13999
|
-
"description": "Old value (for generating diff)"
|
|
14000
|
-
},
|
|
14001
|
-
"newValue": {
|
|
14002
|
-
"types": [
|
|
14003
|
-
"string"
|
|
14004
|
-
],
|
|
14005
|
-
"description": "New value (for generating diff)"
|
|
14006
|
-
},
|
|
14007
|
-
"mode": {
|
|
14008
|
-
"types": [
|
|
14009
|
-
"string"
|
|
14010
|
-
],
|
|
14011
|
-
"description": "Display mode",
|
|
14012
|
-
"enumValues": [
|
|
14013
|
-
"code",
|
|
14014
|
-
"diff"
|
|
14015
|
-
],
|
|
14016
|
-
"default": "code"
|
|
14017
|
-
},
|
|
14018
|
-
"showLineNumbers": {
|
|
14019
|
-
"types": [
|
|
14020
|
-
"boolean"
|
|
14021
|
-
],
|
|
14022
|
-
"description": "Show line numbers",
|
|
14023
|
-
"default": true
|
|
14024
|
-
},
|
|
14025
|
-
"showCopy": {
|
|
14026
|
-
"types": [
|
|
14027
|
-
"boolean"
|
|
14028
|
-
],
|
|
14029
|
-
"description": "Show copy button",
|
|
14030
|
-
"default": true
|
|
14031
|
-
},
|
|
14032
|
-
"wordWrap": {
|
|
14033
|
-
"types": [
|
|
14034
|
-
"boolean"
|
|
14035
|
-
],
|
|
14036
|
-
"description": "Enable word wrap",
|
|
14037
|
-
"default": false
|
|
14038
|
-
},
|
|
14039
|
-
"maxHeight": {
|
|
14040
|
-
"types": [
|
|
14041
|
-
"number",
|
|
14042
|
-
"string"
|
|
14043
|
-
],
|
|
14044
|
-
"description": "Max height before scrolling",
|
|
14045
|
-
"default": 500
|
|
14046
|
-
},
|
|
14047
|
-
"files": {
|
|
14048
|
-
"types": [
|
|
14049
|
-
"array"
|
|
14050
|
-
],
|
|
14051
|
-
"description": "Multiple files (tabbed view)",
|
|
14052
|
-
"items": {
|
|
14053
|
-
"types": [
|
|
14054
|
-
"object"
|
|
14055
|
-
],
|
|
14056
|
-
"properties": {
|
|
14057
|
-
"label": {
|
|
14058
|
-
"types": [
|
|
14059
|
-
"string"
|
|
14060
|
-
]
|
|
14061
|
-
},
|
|
14062
|
-
"code": {
|
|
14063
|
-
"types": [
|
|
14064
|
-
"string"
|
|
14065
|
-
]
|
|
14066
|
-
},
|
|
14067
|
-
"language": {
|
|
14068
|
-
"types": [
|
|
14069
|
-
"unknown"
|
|
14070
|
-
]
|
|
14071
|
-
}
|
|
14072
|
-
},
|
|
14073
|
-
"required": [
|
|
14074
|
-
"label",
|
|
14075
|
-
"code"
|
|
14076
|
-
]
|
|
14077
|
-
}
|
|
14078
|
-
},
|
|
14079
|
-
"actions": {
|
|
14080
|
-
"types": [
|
|
14081
|
-
"array"
|
|
14082
|
-
],
|
|
14083
|
-
"description": "Actions",
|
|
14084
|
-
"items": {
|
|
14085
|
-
"types": [
|
|
14086
|
-
"object"
|
|
14087
|
-
],
|
|
14088
|
-
"properties": {
|
|
14089
|
-
"label": {
|
|
14090
|
-
"types": [
|
|
14091
|
-
"string"
|
|
14092
|
-
]
|
|
14093
|
-
},
|
|
14094
|
-
"event": {
|
|
14095
|
-
"types": [
|
|
14096
|
-
"string"
|
|
14097
|
-
]
|
|
14098
|
-
},
|
|
14099
|
-
"navigatesTo": {
|
|
14100
|
-
"types": [
|
|
14101
|
-
"string"
|
|
14102
|
-
]
|
|
14103
|
-
},
|
|
14104
|
-
"variant": {
|
|
14105
|
-
"types": [
|
|
14106
|
-
"string"
|
|
14107
|
-
],
|
|
14108
|
-
"enumValues": [
|
|
14109
|
-
"primary",
|
|
14110
|
-
"secondary",
|
|
14111
|
-
"ghost"
|
|
14112
|
-
]
|
|
14113
|
-
}
|
|
14114
|
-
},
|
|
14115
|
-
"required": [
|
|
14116
|
-
"label"
|
|
14117
|
-
]
|
|
14118
|
-
}
|
|
14119
|
-
},
|
|
14120
|
-
"entity": {
|
|
14121
|
-
"types": [
|
|
14122
|
-
"string"
|
|
14123
|
-
],
|
|
14124
|
-
"description": "Entity name for schema-driven auto-fetch"
|
|
14125
|
-
},
|
|
14126
|
-
"isLoading": {
|
|
14127
|
-
"types": [
|
|
14128
|
-
"boolean"
|
|
14129
|
-
],
|
|
14130
|
-
"description": "Loading state",
|
|
14131
|
-
"default": false
|
|
14132
|
-
},
|
|
14133
|
-
"error": {
|
|
14134
|
-
"types": [
|
|
14135
|
-
"object"
|
|
14136
|
-
],
|
|
14137
|
-
"description": "Error state",
|
|
14138
|
-
"properties": {
|
|
14139
|
-
"message": {
|
|
14140
|
-
"types": [
|
|
14141
|
-
"string"
|
|
14142
|
-
]
|
|
14143
|
-
},
|
|
14144
|
-
"name": {
|
|
14145
|
-
"types": [
|
|
14146
|
-
"string"
|
|
14147
|
-
]
|
|
14148
|
-
},
|
|
14149
|
-
"code": {
|
|
14150
|
-
"types": [
|
|
14151
|
-
"string"
|
|
14152
|
-
]
|
|
14153
|
-
},
|
|
14154
|
-
"stack": {
|
|
14155
|
-
"types": [
|
|
14156
|
-
"string"
|
|
14157
|
-
]
|
|
14158
|
-
}
|
|
14159
|
-
},
|
|
14160
|
-
"propertyRequired": [
|
|
14161
|
-
"message"
|
|
14162
|
-
]
|
|
14163
|
-
},
|
|
14164
|
-
"className": {
|
|
14165
|
-
"types": [
|
|
14166
|
-
"string"
|
|
14167
|
-
],
|
|
14168
|
-
"description": "Additional CSS classes"
|
|
14169
|
-
}
|
|
14170
|
-
}
|
|
14171
|
-
},
|
|
14172
13975
|
"battle-template": {
|
|
14173
13976
|
"type": "battle-template",
|
|
14174
13977
|
"category": "game",
|
|
@@ -14461,14 +14264,43 @@
|
|
|
14461
14264
|
"types": [
|
|
14462
14265
|
"string"
|
|
14463
14266
|
],
|
|
14464
|
-
"description": "The code content to display"
|
|
14465
|
-
"required": true
|
|
14267
|
+
"description": "The code content to display"
|
|
14466
14268
|
},
|
|
14467
14269
|
"language": {
|
|
14468
14270
|
"types": [
|
|
14469
|
-
"
|
|
14271
|
+
"string"
|
|
14470
14272
|
],
|
|
14471
14273
|
"description": "Programming language for syntax highlighting",
|
|
14274
|
+
"enumValues": [
|
|
14275
|
+
"text",
|
|
14276
|
+
"json",
|
|
14277
|
+
"javascript",
|
|
14278
|
+
"js",
|
|
14279
|
+
"typescript",
|
|
14280
|
+
"ts",
|
|
14281
|
+
"jsx",
|
|
14282
|
+
"tsx",
|
|
14283
|
+
"css",
|
|
14284
|
+
"markdown",
|
|
14285
|
+
"md",
|
|
14286
|
+
"bash",
|
|
14287
|
+
"shell",
|
|
14288
|
+
"sh",
|
|
14289
|
+
"yaml",
|
|
14290
|
+
"yml",
|
|
14291
|
+
"rust",
|
|
14292
|
+
"python",
|
|
14293
|
+
"py",
|
|
14294
|
+
"sql",
|
|
14295
|
+
"diff",
|
|
14296
|
+
"toml",
|
|
14297
|
+
"go",
|
|
14298
|
+
"graphql",
|
|
14299
|
+
"html",
|
|
14300
|
+
"xml",
|
|
14301
|
+
"orb",
|
|
14302
|
+
"lolo"
|
|
14303
|
+
],
|
|
14472
14304
|
"default": "text"
|
|
14473
14305
|
},
|
|
14474
14306
|
"showCopyButton": {
|
|
@@ -14487,7 +14319,8 @@
|
|
|
14487
14319
|
},
|
|
14488
14320
|
"maxHeight": {
|
|
14489
14321
|
"types": [
|
|
14490
|
-
"string"
|
|
14322
|
+
"string",
|
|
14323
|
+
"number"
|
|
14491
14324
|
],
|
|
14492
14325
|
"description": "Maximum height before scrolling",
|
|
14493
14326
|
"default": "60vh"
|
|
@@ -14530,6 +14363,239 @@
|
|
|
14530
14363
|
],
|
|
14531
14364
|
"description": "GAP-80: line-level error/warning highlights for editable mode. Map of 1-based line number → severity. The overlay paints a colored background on each line: error = red, warning = yellow. Pass undefined (default) to disable. The consumer is responsible for computing the path → line map from the schema + validation results.",
|
|
14532
14365
|
"nonAuthorable": true
|
|
14366
|
+
},
|
|
14367
|
+
"title": {
|
|
14368
|
+
"types": [
|
|
14369
|
+
"string"
|
|
14370
|
+
],
|
|
14371
|
+
"description": "── Viewer props (absorbed from CodeViewer / DocCodeBlock) ────────────────"
|
|
14372
|
+
},
|
|
14373
|
+
"mode": {
|
|
14374
|
+
"types": [
|
|
14375
|
+
"string"
|
|
14376
|
+
],
|
|
14377
|
+
"description": "Diff or plain-code display mode",
|
|
14378
|
+
"enumValues": [
|
|
14379
|
+
"code",
|
|
14380
|
+
"diff"
|
|
14381
|
+
],
|
|
14382
|
+
"default": "code"
|
|
14383
|
+
},
|
|
14384
|
+
"diff": {
|
|
14385
|
+
"types": [
|
|
14386
|
+
"array"
|
|
14387
|
+
],
|
|
14388
|
+
"description": "Pre-computed diff lines",
|
|
14389
|
+
"items": {
|
|
14390
|
+
"types": [
|
|
14391
|
+
"object"
|
|
14392
|
+
],
|
|
14393
|
+
"properties": {
|
|
14394
|
+
"type": {
|
|
14395
|
+
"types": [
|
|
14396
|
+
"string"
|
|
14397
|
+
],
|
|
14398
|
+
"enumValues": [
|
|
14399
|
+
"added",
|
|
14400
|
+
"removed",
|
|
14401
|
+
"unchanged",
|
|
14402
|
+
"context"
|
|
14403
|
+
]
|
|
14404
|
+
},
|
|
14405
|
+
"beforeLineNumber": {
|
|
14406
|
+
"types": [
|
|
14407
|
+
"number"
|
|
14408
|
+
]
|
|
14409
|
+
},
|
|
14410
|
+
"afterLineNumber": {
|
|
14411
|
+
"types": [
|
|
14412
|
+
"number"
|
|
14413
|
+
]
|
|
14414
|
+
},
|
|
14415
|
+
"content": {
|
|
14416
|
+
"types": [
|
|
14417
|
+
"string"
|
|
14418
|
+
]
|
|
14419
|
+
}
|
|
14420
|
+
},
|
|
14421
|
+
"required": [
|
|
14422
|
+
"type",
|
|
14423
|
+
"content"
|
|
14424
|
+
]
|
|
14425
|
+
}
|
|
14426
|
+
},
|
|
14427
|
+
"oldValue": {
|
|
14428
|
+
"types": [
|
|
14429
|
+
"string"
|
|
14430
|
+
],
|
|
14431
|
+
"description": "Old source text — generates diff when combined with newValue"
|
|
14432
|
+
},
|
|
14433
|
+
"newValue": {
|
|
14434
|
+
"types": [
|
|
14435
|
+
"string"
|
|
14436
|
+
],
|
|
14437
|
+
"description": "New source text — generates diff when combined with oldValue"
|
|
14438
|
+
},
|
|
14439
|
+
"showLineNumbers": {
|
|
14440
|
+
"types": [
|
|
14441
|
+
"boolean"
|
|
14442
|
+
],
|
|
14443
|
+
"description": "Show line numbers in code / diff mode",
|
|
14444
|
+
"default": false
|
|
14445
|
+
},
|
|
14446
|
+
"wordWrap": {
|
|
14447
|
+
"types": [
|
|
14448
|
+
"boolean"
|
|
14449
|
+
],
|
|
14450
|
+
"description": "Enable word-wrap in code / diff mode",
|
|
14451
|
+
"default": false
|
|
14452
|
+
},
|
|
14453
|
+
"files": {
|
|
14454
|
+
"types": [
|
|
14455
|
+
"array"
|
|
14456
|
+
],
|
|
14457
|
+
"description": "Multiple files shown as tabs",
|
|
14458
|
+
"items": {
|
|
14459
|
+
"types": [
|
|
14460
|
+
"object"
|
|
14461
|
+
],
|
|
14462
|
+
"properties": {
|
|
14463
|
+
"label": {
|
|
14464
|
+
"types": [
|
|
14465
|
+
"string"
|
|
14466
|
+
]
|
|
14467
|
+
},
|
|
14468
|
+
"code": {
|
|
14469
|
+
"types": [
|
|
14470
|
+
"string"
|
|
14471
|
+
]
|
|
14472
|
+
},
|
|
14473
|
+
"language": {
|
|
14474
|
+
"types": [
|
|
14475
|
+
"string"
|
|
14476
|
+
],
|
|
14477
|
+
"enumValues": [
|
|
14478
|
+
"text",
|
|
14479
|
+
"json",
|
|
14480
|
+
"javascript",
|
|
14481
|
+
"js",
|
|
14482
|
+
"typescript",
|
|
14483
|
+
"ts",
|
|
14484
|
+
"jsx",
|
|
14485
|
+
"tsx",
|
|
14486
|
+
"css",
|
|
14487
|
+
"markdown",
|
|
14488
|
+
"md",
|
|
14489
|
+
"bash",
|
|
14490
|
+
"shell",
|
|
14491
|
+
"sh",
|
|
14492
|
+
"yaml",
|
|
14493
|
+
"yml",
|
|
14494
|
+
"rust",
|
|
14495
|
+
"python",
|
|
14496
|
+
"py",
|
|
14497
|
+
"sql",
|
|
14498
|
+
"diff",
|
|
14499
|
+
"toml",
|
|
14500
|
+
"go",
|
|
14501
|
+
"graphql",
|
|
14502
|
+
"html",
|
|
14503
|
+
"xml",
|
|
14504
|
+
"orb",
|
|
14505
|
+
"lolo"
|
|
14506
|
+
]
|
|
14507
|
+
}
|
|
14508
|
+
},
|
|
14509
|
+
"required": [
|
|
14510
|
+
"label",
|
|
14511
|
+
"code"
|
|
14512
|
+
]
|
|
14513
|
+
}
|
|
14514
|
+
},
|
|
14515
|
+
"actions": {
|
|
14516
|
+
"types": [
|
|
14517
|
+
"array"
|
|
14518
|
+
],
|
|
14519
|
+
"description": "Action badges in the toolbar",
|
|
14520
|
+
"items": {
|
|
14521
|
+
"types": [
|
|
14522
|
+
"object"
|
|
14523
|
+
],
|
|
14524
|
+
"properties": {
|
|
14525
|
+
"label": {
|
|
14526
|
+
"types": [
|
|
14527
|
+
"string"
|
|
14528
|
+
]
|
|
14529
|
+
},
|
|
14530
|
+
"event": {
|
|
14531
|
+
"types": [
|
|
14532
|
+
"string"
|
|
14533
|
+
]
|
|
14534
|
+
},
|
|
14535
|
+
"navigatesTo": {
|
|
14536
|
+
"types": [
|
|
14537
|
+
"string"
|
|
14538
|
+
]
|
|
14539
|
+
},
|
|
14540
|
+
"variant": {
|
|
14541
|
+
"types": [
|
|
14542
|
+
"string"
|
|
14543
|
+
],
|
|
14544
|
+
"enumValues": [
|
|
14545
|
+
"primary",
|
|
14546
|
+
"secondary",
|
|
14547
|
+
"ghost"
|
|
14548
|
+
]
|
|
14549
|
+
}
|
|
14550
|
+
},
|
|
14551
|
+
"required": [
|
|
14552
|
+
"label"
|
|
14553
|
+
]
|
|
14554
|
+
}
|
|
14555
|
+
},
|
|
14556
|
+
"isLoading": {
|
|
14557
|
+
"types": [
|
|
14558
|
+
"boolean"
|
|
14559
|
+
],
|
|
14560
|
+
"description": "Loading state",
|
|
14561
|
+
"default": false
|
|
14562
|
+
},
|
|
14563
|
+
"error": {
|
|
14564
|
+
"types": [
|
|
14565
|
+
"object"
|
|
14566
|
+
],
|
|
14567
|
+
"description": "Error state",
|
|
14568
|
+
"properties": {
|
|
14569
|
+
"message": {
|
|
14570
|
+
"types": [
|
|
14571
|
+
"string"
|
|
14572
|
+
]
|
|
14573
|
+
},
|
|
14574
|
+
"name": {
|
|
14575
|
+
"types": [
|
|
14576
|
+
"string"
|
|
14577
|
+
]
|
|
14578
|
+
},
|
|
14579
|
+
"code": {
|
|
14580
|
+
"types": [
|
|
14581
|
+
"string"
|
|
14582
|
+
]
|
|
14583
|
+
},
|
|
14584
|
+
"stack": {
|
|
14585
|
+
"types": [
|
|
14586
|
+
"string"
|
|
14587
|
+
]
|
|
14588
|
+
}
|
|
14589
|
+
},
|
|
14590
|
+
"propertyRequired": [
|
|
14591
|
+
"message"
|
|
14592
|
+
]
|
|
14593
|
+
},
|
|
14594
|
+
"showCopy": {
|
|
14595
|
+
"types": [
|
|
14596
|
+
"boolean"
|
|
14597
|
+
],
|
|
14598
|
+
"description": "Show copy button (viewer alias for showCopyButton)"
|
|
14533
14599
|
}
|
|
14534
14600
|
}
|
|
14535
14601
|
},
|
|
@@ -14557,11 +14623,12 @@
|
|
|
14557
14623
|
"types": [
|
|
14558
14624
|
"string"
|
|
14559
14625
|
],
|
|
14560
|
-
"description": "Text direction",
|
|
14626
|
+
"description": "Text direction (defaults to ltr; `ltr` is first so the generated config seeds it)",
|
|
14561
14627
|
"enumValues": [
|
|
14562
|
-
"
|
|
14563
|
-
"
|
|
14564
|
-
]
|
|
14628
|
+
"ltr",
|
|
14629
|
+
"rtl"
|
|
14630
|
+
],
|
|
14631
|
+
"default": "ltr"
|
|
14565
14632
|
},
|
|
14566
14633
|
"className": {
|
|
14567
14634
|
"types": [
|
|
@@ -14700,7 +14767,28 @@
|
|
|
14700
14767
|
"types": [
|
|
14701
14768
|
"object"
|
|
14702
14769
|
],
|
|
14703
|
-
"
|
|
14770
|
+
"properties": {
|
|
14771
|
+
"type": {
|
|
14772
|
+
"types": [
|
|
14773
|
+
"string"
|
|
14774
|
+
],
|
|
14775
|
+
"enumValues": [
|
|
14776
|
+
"markdown",
|
|
14777
|
+
"code",
|
|
14778
|
+
"orbital",
|
|
14779
|
+
"quiz"
|
|
14780
|
+
]
|
|
14781
|
+
},
|
|
14782
|
+
"content": {
|
|
14783
|
+
"types": [
|
|
14784
|
+
"string"
|
|
14785
|
+
]
|
|
14786
|
+
}
|
|
14787
|
+
},
|
|
14788
|
+
"required": [
|
|
14789
|
+
"type",
|
|
14790
|
+
"content"
|
|
14791
|
+
]
|
|
14704
14792
|
}
|
|
14705
14793
|
},
|
|
14706
14794
|
"direction": {
|
|
@@ -19938,7 +20026,7 @@
|
|
|
19938
20026
|
"type": "case-study-organism",
|
|
19939
20027
|
"category": "display",
|
|
19940
20028
|
"tier": "organisms",
|
|
19941
|
-
"family": "
|
|
20029
|
+
"family": "marketing",
|
|
19942
20030
|
"description": "CaseStudyOrganism component",
|
|
19943
20031
|
"suggestedFor": [
|
|
19944
20032
|
"case",
|
|
@@ -20080,7 +20168,7 @@
|
|
|
20080
20168
|
"type": "feature-grid-organism",
|
|
20081
20169
|
"category": "display",
|
|
20082
20170
|
"tier": "organisms",
|
|
20083
|
-
"family": "
|
|
20171
|
+
"family": "marketing",
|
|
20084
20172
|
"description": "FeatureGridOrganism component",
|
|
20085
20173
|
"suggestedFor": [
|
|
20086
20174
|
"feature",
|
|
@@ -20235,7 +20323,7 @@
|
|
|
20235
20323
|
"type": "hero-organism",
|
|
20236
20324
|
"category": "header",
|
|
20237
20325
|
"tier": "organisms",
|
|
20238
|
-
"family": "
|
|
20326
|
+
"family": "marketing",
|
|
20239
20327
|
"description": "HeroOrganism component",
|
|
20240
20328
|
"suggestedFor": [
|
|
20241
20329
|
"hero",
|
|
@@ -20511,7 +20599,7 @@
|
|
|
20511
20599
|
"type": "showcase-organism",
|
|
20512
20600
|
"category": "display",
|
|
20513
20601
|
"tier": "organisms",
|
|
20514
|
-
"family": "
|
|
20602
|
+
"family": "marketing",
|
|
20515
20603
|
"description": "ShowcaseOrganism component",
|
|
20516
20604
|
"suggestedFor": [
|
|
20517
20605
|
"showcase",
|
|
@@ -20807,7 +20895,7 @@
|
|
|
20807
20895
|
"type": "step-flow-organism",
|
|
20808
20896
|
"category": "display",
|
|
20809
20897
|
"tier": "organisms",
|
|
20810
|
-
"family": "
|
|
20898
|
+
"family": "marketing",
|
|
20811
20899
|
"description": "StepFlowOrganism component",
|
|
20812
20900
|
"suggestedFor": [
|
|
20813
20901
|
"step",
|
|
@@ -21563,8 +21651,16 @@
|
|
|
21563
21651
|
"types": [
|
|
21564
21652
|
"string"
|
|
21565
21653
|
],
|
|
21566
|
-
"description": "
|
|
21567
|
-
"
|
|
21654
|
+
"description": "Semantic palette token or a raw CSS color value for the stroke.",
|
|
21655
|
+
"enumValues": [
|
|
21656
|
+
"primary",
|
|
21657
|
+
"secondary",
|
|
21658
|
+
"success",
|
|
21659
|
+
"warning",
|
|
21660
|
+
"error",
|
|
21661
|
+
"muted"
|
|
21662
|
+
],
|
|
21663
|
+
"default": "primary"
|
|
21568
21664
|
},
|
|
21569
21665
|
"strokeWidth": {
|
|
21570
21666
|
"types": [
|
|
@@ -23918,9 +24014,10 @@
|
|
|
23918
24014
|
},
|
|
23919
24015
|
"portrait": {
|
|
23920
24016
|
"types": [
|
|
23921
|
-
"
|
|
24017
|
+
"asset"
|
|
23922
24018
|
],
|
|
23923
|
-
"description": "URL for the speaker portrait image"
|
|
24019
|
+
"description": "URL for the speaker portrait image",
|
|
24020
|
+
"default": "https://almadar-kflow-assets.web.app/shared/characters/archetypes/00_base_model.png"
|
|
23924
24021
|
},
|
|
23925
24022
|
"position": {
|
|
23926
24023
|
"types": [
|
|
@@ -24291,7 +24388,15 @@
|
|
|
24291
24388
|
"types": [
|
|
24292
24389
|
"string"
|
|
24293
24390
|
],
|
|
24294
|
-
"description": "
|
|
24391
|
+
"description": "Semantic palette token or an arbitrary Tailwind color class.",
|
|
24392
|
+
"enumValues": [
|
|
24393
|
+
"primary",
|
|
24394
|
+
"secondary",
|
|
24395
|
+
"success",
|
|
24396
|
+
"warning",
|
|
24397
|
+
"error",
|
|
24398
|
+
"muted"
|
|
24399
|
+
]
|
|
24295
24400
|
},
|
|
24296
24401
|
"size": {
|
|
24297
24402
|
"types": [
|
|
@@ -24393,10 +24498,11 @@
|
|
|
24393
24498
|
"propsSchema": {
|
|
24394
24499
|
"spritesheet": {
|
|
24395
24500
|
"types": [
|
|
24396
|
-
"
|
|
24501
|
+
"asset"
|
|
24397
24502
|
],
|
|
24398
24503
|
"description": "Spritesheet image URL",
|
|
24399
|
-
"required": true
|
|
24504
|
+
"required": true,
|
|
24505
|
+
"default": "https://almadar-kflow-assets.web.app/shared/isometric-blocks/Spritesheet/allTiles_sheet.png"
|
|
24400
24506
|
},
|
|
24401
24507
|
"frameWidth": {
|
|
24402
24508
|
"types": [
|
|
@@ -24600,9 +24706,9 @@
|
|
|
24600
24706
|
"propsSchema": {
|
|
24601
24707
|
"icon": {
|
|
24602
24708
|
"types": [
|
|
24603
|
-
"
|
|
24709
|
+
"string"
|
|
24604
24710
|
],
|
|
24605
|
-
"description": "
|
|
24711
|
+
"description": "Lucide kebab-case icon name",
|
|
24606
24712
|
"required": true
|
|
24607
24713
|
},
|
|
24608
24714
|
"label": {
|
|
@@ -24920,14 +25026,14 @@
|
|
|
24920
25026
|
"number"
|
|
24921
25027
|
],
|
|
24922
25028
|
"description": "x prop",
|
|
24923
|
-
"
|
|
25029
|
+
"default": 5
|
|
24924
25030
|
},
|
|
24925
25031
|
"y": {
|
|
24926
25032
|
"types": [
|
|
24927
25033
|
"number"
|
|
24928
25034
|
],
|
|
24929
25035
|
"description": "y prop",
|
|
24930
|
-
"
|
|
25036
|
+
"default": 50
|
|
24931
25037
|
},
|
|
24932
25038
|
"variant": {
|
|
24933
25039
|
"types": [
|
|
@@ -24974,6 +25080,27 @@
|
|
|
24974
25080
|
"string"
|
|
24975
25081
|
],
|
|
24976
25082
|
"description": "className prop"
|
|
25083
|
+
},
|
|
25084
|
+
"asRoot": {
|
|
25085
|
+
"types": [
|
|
25086
|
+
"boolean"
|
|
25087
|
+
],
|
|
25088
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25089
|
+
"default": true
|
|
25090
|
+
},
|
|
25091
|
+
"width": {
|
|
25092
|
+
"types": [
|
|
25093
|
+
"number"
|
|
25094
|
+
],
|
|
25095
|
+
"description": "width prop",
|
|
25096
|
+
"default": 100
|
|
25097
|
+
},
|
|
25098
|
+
"height": {
|
|
25099
|
+
"types": [
|
|
25100
|
+
"number"
|
|
25101
|
+
],
|
|
25102
|
+
"description": "height prop",
|
|
25103
|
+
"default": 100
|
|
24977
25104
|
}
|
|
24978
25105
|
}
|
|
24979
25106
|
},
|
|
@@ -24995,28 +25122,28 @@
|
|
|
24995
25122
|
"number"
|
|
24996
25123
|
],
|
|
24997
25124
|
"description": "x1 prop",
|
|
24998
|
-
"
|
|
25125
|
+
"default": 10
|
|
24999
25126
|
},
|
|
25000
25127
|
"y1": {
|
|
25001
25128
|
"types": [
|
|
25002
25129
|
"number"
|
|
25003
25130
|
],
|
|
25004
25131
|
"description": "y1 prop",
|
|
25005
|
-
"
|
|
25132
|
+
"default": 50
|
|
25006
25133
|
},
|
|
25007
25134
|
"x2": {
|
|
25008
25135
|
"types": [
|
|
25009
25136
|
"number"
|
|
25010
25137
|
],
|
|
25011
25138
|
"description": "x2 prop",
|
|
25012
|
-
"
|
|
25139
|
+
"default": 90
|
|
25013
25140
|
},
|
|
25014
25141
|
"y2": {
|
|
25015
25142
|
"types": [
|
|
25016
25143
|
"number"
|
|
25017
25144
|
],
|
|
25018
25145
|
"description": "y2 prop",
|
|
25019
|
-
"
|
|
25146
|
+
"default": 50
|
|
25020
25147
|
},
|
|
25021
25148
|
"variant": {
|
|
25022
25149
|
"types": [
|
|
@@ -25056,6 +25183,27 @@
|
|
|
25056
25183
|
"string"
|
|
25057
25184
|
],
|
|
25058
25185
|
"description": "className prop"
|
|
25186
|
+
},
|
|
25187
|
+
"asRoot": {
|
|
25188
|
+
"types": [
|
|
25189
|
+
"boolean"
|
|
25190
|
+
],
|
|
25191
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25192
|
+
"default": true
|
|
25193
|
+
},
|
|
25194
|
+
"width": {
|
|
25195
|
+
"types": [
|
|
25196
|
+
"number"
|
|
25197
|
+
],
|
|
25198
|
+
"description": "width prop",
|
|
25199
|
+
"default": 100
|
|
25200
|
+
},
|
|
25201
|
+
"height": {
|
|
25202
|
+
"types": [
|
|
25203
|
+
"number"
|
|
25204
|
+
],
|
|
25205
|
+
"description": "height prop",
|
|
25206
|
+
"default": 100
|
|
25059
25207
|
}
|
|
25060
25208
|
}
|
|
25061
25209
|
},
|
|
@@ -25077,7 +25225,6 @@
|
|
|
25077
25225
|
"array"
|
|
25078
25226
|
],
|
|
25079
25227
|
"description": "points prop",
|
|
25080
|
-
"required": true,
|
|
25081
25228
|
"items": {
|
|
25082
25229
|
"types": [
|
|
25083
25230
|
"array"
|
|
@@ -25122,6 +25269,27 @@
|
|
|
25122
25269
|
"string"
|
|
25123
25270
|
],
|
|
25124
25271
|
"description": "className prop"
|
|
25272
|
+
},
|
|
25273
|
+
"asRoot": {
|
|
25274
|
+
"types": [
|
|
25275
|
+
"boolean"
|
|
25276
|
+
],
|
|
25277
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25278
|
+
"default": true
|
|
25279
|
+
},
|
|
25280
|
+
"width": {
|
|
25281
|
+
"types": [
|
|
25282
|
+
"number"
|
|
25283
|
+
],
|
|
25284
|
+
"description": "width prop",
|
|
25285
|
+
"default": 100
|
|
25286
|
+
},
|
|
25287
|
+
"height": {
|
|
25288
|
+
"types": [
|
|
25289
|
+
"number"
|
|
25290
|
+
],
|
|
25291
|
+
"description": "height prop",
|
|
25292
|
+
"default": 100
|
|
25125
25293
|
}
|
|
25126
25294
|
}
|
|
25127
25295
|
},
|
|
@@ -25143,14 +25311,14 @@
|
|
|
25143
25311
|
"number"
|
|
25144
25312
|
],
|
|
25145
25313
|
"description": "x prop",
|
|
25146
|
-
"
|
|
25314
|
+
"default": 10
|
|
25147
25315
|
},
|
|
25148
25316
|
"y": {
|
|
25149
25317
|
"types": [
|
|
25150
25318
|
"number"
|
|
25151
25319
|
],
|
|
25152
25320
|
"description": "y prop",
|
|
25153
|
-
"
|
|
25321
|
+
"default": 10
|
|
25154
25322
|
},
|
|
25155
25323
|
"cols": {
|
|
25156
25324
|
"types": [
|
|
@@ -25211,6 +25379,27 @@
|
|
|
25211
25379
|
]
|
|
25212
25380
|
},
|
|
25213
25381
|
"default": []
|
|
25382
|
+
},
|
|
25383
|
+
"asRoot": {
|
|
25384
|
+
"types": [
|
|
25385
|
+
"boolean"
|
|
25386
|
+
],
|
|
25387
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25388
|
+
"default": true
|
|
25389
|
+
},
|
|
25390
|
+
"width": {
|
|
25391
|
+
"types": [
|
|
25392
|
+
"number"
|
|
25393
|
+
],
|
|
25394
|
+
"description": "width prop",
|
|
25395
|
+
"default": 100
|
|
25396
|
+
},
|
|
25397
|
+
"height": {
|
|
25398
|
+
"types": [
|
|
25399
|
+
"number"
|
|
25400
|
+
],
|
|
25401
|
+
"description": "height prop",
|
|
25402
|
+
"default": 100
|
|
25214
25403
|
}
|
|
25215
25404
|
}
|
|
25216
25405
|
},
|
|
@@ -25232,14 +25421,14 @@
|
|
|
25232
25421
|
"number"
|
|
25233
25422
|
],
|
|
25234
25423
|
"description": "cx prop",
|
|
25235
|
-
"
|
|
25424
|
+
"default": 50
|
|
25236
25425
|
},
|
|
25237
25426
|
"cy": {
|
|
25238
25427
|
"types": [
|
|
25239
25428
|
"number"
|
|
25240
25429
|
],
|
|
25241
25430
|
"description": "cy prop",
|
|
25242
|
-
"
|
|
25431
|
+
"default": 50
|
|
25243
25432
|
},
|
|
25244
25433
|
"rx": {
|
|
25245
25434
|
"types": [
|
|
@@ -25288,6 +25477,27 @@
|
|
|
25288
25477
|
"string"
|
|
25289
25478
|
],
|
|
25290
25479
|
"description": "className prop"
|
|
25480
|
+
},
|
|
25481
|
+
"asRoot": {
|
|
25482
|
+
"types": [
|
|
25483
|
+
"boolean"
|
|
25484
|
+
],
|
|
25485
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25486
|
+
"default": true
|
|
25487
|
+
},
|
|
25488
|
+
"width": {
|
|
25489
|
+
"types": [
|
|
25490
|
+
"number"
|
|
25491
|
+
],
|
|
25492
|
+
"description": "width prop",
|
|
25493
|
+
"default": 100
|
|
25494
|
+
},
|
|
25495
|
+
"height": {
|
|
25496
|
+
"types": [
|
|
25497
|
+
"number"
|
|
25498
|
+
],
|
|
25499
|
+
"description": "height prop",
|
|
25500
|
+
"default": 100
|
|
25291
25501
|
}
|
|
25292
25502
|
}
|
|
25293
25503
|
},
|
|
@@ -25309,14 +25519,14 @@
|
|
|
25309
25519
|
"number"
|
|
25310
25520
|
],
|
|
25311
25521
|
"description": "cx prop",
|
|
25312
|
-
"
|
|
25522
|
+
"default": 60
|
|
25313
25523
|
},
|
|
25314
25524
|
"cy": {
|
|
25315
25525
|
"types": [
|
|
25316
25526
|
"number"
|
|
25317
25527
|
],
|
|
25318
25528
|
"description": "cy prop",
|
|
25319
|
-
"
|
|
25529
|
+
"default": 60
|
|
25320
25530
|
},
|
|
25321
25531
|
"nodes": {
|
|
25322
25532
|
"types": [
|
|
@@ -25358,6 +25568,27 @@
|
|
|
25358
25568
|
"string"
|
|
25359
25569
|
],
|
|
25360
25570
|
"description": "className prop"
|
|
25571
|
+
},
|
|
25572
|
+
"asRoot": {
|
|
25573
|
+
"types": [
|
|
25574
|
+
"boolean"
|
|
25575
|
+
],
|
|
25576
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25577
|
+
"default": true
|
|
25578
|
+
},
|
|
25579
|
+
"width": {
|
|
25580
|
+
"types": [
|
|
25581
|
+
"number"
|
|
25582
|
+
],
|
|
25583
|
+
"description": "width prop",
|
|
25584
|
+
"default": 120
|
|
25585
|
+
},
|
|
25586
|
+
"height": {
|
|
25587
|
+
"types": [
|
|
25588
|
+
"number"
|
|
25589
|
+
],
|
|
25590
|
+
"description": "height prop",
|
|
25591
|
+
"default": 120
|
|
25361
25592
|
}
|
|
25362
25593
|
}
|
|
25363
25594
|
},
|
|
@@ -25379,14 +25610,14 @@
|
|
|
25379
25610
|
"number"
|
|
25380
25611
|
],
|
|
25381
25612
|
"description": "x prop",
|
|
25382
|
-
"
|
|
25613
|
+
"default": 5
|
|
25383
25614
|
},
|
|
25384
25615
|
"y": {
|
|
25385
25616
|
"types": [
|
|
25386
25617
|
"number"
|
|
25387
25618
|
],
|
|
25388
25619
|
"description": "y prop",
|
|
25389
|
-
"
|
|
25620
|
+
"default": 10
|
|
25390
25621
|
},
|
|
25391
25622
|
"size": {
|
|
25392
25623
|
"types": [
|
|
@@ -25426,6 +25657,27 @@
|
|
|
25426
25657
|
"string"
|
|
25427
25658
|
],
|
|
25428
25659
|
"description": "className prop"
|
|
25660
|
+
},
|
|
25661
|
+
"asRoot": {
|
|
25662
|
+
"types": [
|
|
25663
|
+
"boolean"
|
|
25664
|
+
],
|
|
25665
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25666
|
+
"default": true
|
|
25667
|
+
},
|
|
25668
|
+
"width": {
|
|
25669
|
+
"types": [
|
|
25670
|
+
"number"
|
|
25671
|
+
],
|
|
25672
|
+
"description": "width prop",
|
|
25673
|
+
"default": 130
|
|
25674
|
+
},
|
|
25675
|
+
"height": {
|
|
25676
|
+
"types": [
|
|
25677
|
+
"number"
|
|
25678
|
+
],
|
|
25679
|
+
"description": "height prop",
|
|
25680
|
+
"default": 50
|
|
25429
25681
|
}
|
|
25430
25682
|
}
|
|
25431
25683
|
},
|
|
@@ -25447,14 +25699,14 @@
|
|
|
25447
25699
|
"number"
|
|
25448
25700
|
],
|
|
25449
25701
|
"description": "x prop",
|
|
25450
|
-
"
|
|
25702
|
+
"default": 50
|
|
25451
25703
|
},
|
|
25452
25704
|
"y": {
|
|
25453
25705
|
"types": [
|
|
25454
25706
|
"number"
|
|
25455
25707
|
],
|
|
25456
25708
|
"description": "y prop",
|
|
25457
|
-
"
|
|
25709
|
+
"default": 50
|
|
25458
25710
|
},
|
|
25459
25711
|
"r": {
|
|
25460
25712
|
"types": [
|
|
@@ -25500,6 +25752,27 @@
|
|
|
25500
25752
|
"string"
|
|
25501
25753
|
],
|
|
25502
25754
|
"description": "label prop"
|
|
25755
|
+
},
|
|
25756
|
+
"asRoot": {
|
|
25757
|
+
"types": [
|
|
25758
|
+
"boolean"
|
|
25759
|
+
],
|
|
25760
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25761
|
+
"default": true
|
|
25762
|
+
},
|
|
25763
|
+
"width": {
|
|
25764
|
+
"types": [
|
|
25765
|
+
"number"
|
|
25766
|
+
],
|
|
25767
|
+
"description": "width prop",
|
|
25768
|
+
"default": 100
|
|
25769
|
+
},
|
|
25770
|
+
"height": {
|
|
25771
|
+
"types": [
|
|
25772
|
+
"number"
|
|
25773
|
+
],
|
|
25774
|
+
"description": "height prop",
|
|
25775
|
+
"default": 100
|
|
25503
25776
|
}
|
|
25504
25777
|
}
|
|
25505
25778
|
},
|
|
@@ -25521,14 +25794,14 @@
|
|
|
25521
25794
|
"number"
|
|
25522
25795
|
],
|
|
25523
25796
|
"description": "cx prop",
|
|
25524
|
-
"
|
|
25797
|
+
"default": 70
|
|
25525
25798
|
},
|
|
25526
25799
|
"cy": {
|
|
25527
25800
|
"types": [
|
|
25528
25801
|
"number"
|
|
25529
25802
|
],
|
|
25530
25803
|
"description": "cy prop",
|
|
25531
|
-
"
|
|
25804
|
+
"default": 70
|
|
25532
25805
|
},
|
|
25533
25806
|
"rings": {
|
|
25534
25807
|
"types": [
|
|
@@ -25570,6 +25843,27 @@
|
|
|
25570
25843
|
"string"
|
|
25571
25844
|
],
|
|
25572
25845
|
"description": "className prop"
|
|
25846
|
+
},
|
|
25847
|
+
"asRoot": {
|
|
25848
|
+
"types": [
|
|
25849
|
+
"boolean"
|
|
25850
|
+
],
|
|
25851
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25852
|
+
"default": true
|
|
25853
|
+
},
|
|
25854
|
+
"width": {
|
|
25855
|
+
"types": [
|
|
25856
|
+
"number"
|
|
25857
|
+
],
|
|
25858
|
+
"description": "width prop",
|
|
25859
|
+
"default": 140
|
|
25860
|
+
},
|
|
25861
|
+
"height": {
|
|
25862
|
+
"types": [
|
|
25863
|
+
"number"
|
|
25864
|
+
],
|
|
25865
|
+
"description": "height prop",
|
|
25866
|
+
"default": 140
|
|
25573
25867
|
}
|
|
25574
25868
|
}
|
|
25575
25869
|
},
|
|
@@ -25591,14 +25885,14 @@
|
|
|
25591
25885
|
"number"
|
|
25592
25886
|
],
|
|
25593
25887
|
"description": "cx prop",
|
|
25594
|
-
"
|
|
25888
|
+
"default": 50
|
|
25595
25889
|
},
|
|
25596
25890
|
"cy": {
|
|
25597
25891
|
"types": [
|
|
25598
25892
|
"number"
|
|
25599
25893
|
],
|
|
25600
25894
|
"description": "cy prop",
|
|
25601
|
-
"
|
|
25895
|
+
"default": 50
|
|
25602
25896
|
},
|
|
25603
25897
|
"r": {
|
|
25604
25898
|
"types": [
|
|
@@ -25651,6 +25945,27 @@
|
|
|
25651
25945
|
"string"
|
|
25652
25946
|
],
|
|
25653
25947
|
"description": "label prop"
|
|
25948
|
+
},
|
|
25949
|
+
"asRoot": {
|
|
25950
|
+
"types": [
|
|
25951
|
+
"boolean"
|
|
25952
|
+
],
|
|
25953
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
25954
|
+
"default": true
|
|
25955
|
+
},
|
|
25956
|
+
"width": {
|
|
25957
|
+
"types": [
|
|
25958
|
+
"number"
|
|
25959
|
+
],
|
|
25960
|
+
"description": "width prop",
|
|
25961
|
+
"default": 100
|
|
25962
|
+
},
|
|
25963
|
+
"height": {
|
|
25964
|
+
"types": [
|
|
25965
|
+
"number"
|
|
25966
|
+
],
|
|
25967
|
+
"description": "height prop",
|
|
25968
|
+
"default": 100
|
|
25654
25969
|
}
|
|
25655
25970
|
}
|
|
25656
25971
|
},
|
|
@@ -25672,14 +25987,14 @@
|
|
|
25672
25987
|
"number"
|
|
25673
25988
|
],
|
|
25674
25989
|
"description": "x prop",
|
|
25675
|
-
"
|
|
25990
|
+
"default": 50
|
|
25676
25991
|
},
|
|
25677
25992
|
"y": {
|
|
25678
25993
|
"types": [
|
|
25679
25994
|
"number"
|
|
25680
25995
|
],
|
|
25681
25996
|
"description": "y prop",
|
|
25682
|
-
"
|
|
25997
|
+
"default": 50
|
|
25683
25998
|
},
|
|
25684
25999
|
"size": {
|
|
25685
26000
|
"types": [
|
|
@@ -25719,6 +26034,27 @@
|
|
|
25719
26034
|
"string"
|
|
25720
26035
|
],
|
|
25721
26036
|
"description": "className prop"
|
|
26037
|
+
},
|
|
26038
|
+
"asRoot": {
|
|
26039
|
+
"types": [
|
|
26040
|
+
"boolean"
|
|
26041
|
+
],
|
|
26042
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
26043
|
+
"default": true
|
|
26044
|
+
},
|
|
26045
|
+
"width": {
|
|
26046
|
+
"types": [
|
|
26047
|
+
"number"
|
|
26048
|
+
],
|
|
26049
|
+
"description": "width prop",
|
|
26050
|
+
"default": 100
|
|
26051
|
+
},
|
|
26052
|
+
"height": {
|
|
26053
|
+
"types": [
|
|
26054
|
+
"number"
|
|
26055
|
+
],
|
|
26056
|
+
"description": "height prop",
|
|
26057
|
+
"default": 100
|
|
25722
26058
|
}
|
|
25723
26059
|
}
|
|
25724
26060
|
},
|
|
@@ -25740,14 +26076,14 @@
|
|
|
25740
26076
|
"number"
|
|
25741
26077
|
],
|
|
25742
26078
|
"description": "x prop",
|
|
25743
|
-
"
|
|
26079
|
+
"default": 10
|
|
25744
26080
|
},
|
|
25745
26081
|
"y": {
|
|
25746
26082
|
"types": [
|
|
25747
26083
|
"number"
|
|
25748
26084
|
],
|
|
25749
26085
|
"description": "y prop",
|
|
25750
|
-
"
|
|
26086
|
+
"default": 40
|
|
25751
26087
|
},
|
|
25752
26088
|
"layers": {
|
|
25753
26089
|
"types": [
|
|
@@ -25799,6 +26135,27 @@
|
|
|
25799
26135
|
"string"
|
|
25800
26136
|
]
|
|
25801
26137
|
}
|
|
26138
|
+
},
|
|
26139
|
+
"asRoot": {
|
|
26140
|
+
"types": [
|
|
26141
|
+
"boolean"
|
|
26142
|
+
],
|
|
26143
|
+
"description": "When true (default), wraps in a standalone <svg> so the shape is visible without a parent SVG context.",
|
|
26144
|
+
"default": true
|
|
26145
|
+
},
|
|
26146
|
+
"svgWidth": {
|
|
26147
|
+
"types": [
|
|
26148
|
+
"number"
|
|
26149
|
+
],
|
|
26150
|
+
"description": "svgWidth prop",
|
|
26151
|
+
"default": 90
|
|
26152
|
+
},
|
|
26153
|
+
"svgHeight": {
|
|
26154
|
+
"types": [
|
|
26155
|
+
"number"
|
|
26156
|
+
],
|
|
26157
|
+
"description": "svgHeight prop",
|
|
26158
|
+
"default": 80
|
|
25802
26159
|
}
|
|
25803
26160
|
}
|
|
25804
26161
|
},
|
|
@@ -25850,54 +26207,6 @@
|
|
|
25850
26207
|
}
|
|
25851
26208
|
}
|
|
25852
26209
|
},
|
|
25853
|
-
"doc-code-block": {
|
|
25854
|
-
"type": "doc-code-block",
|
|
25855
|
-
"category": "component",
|
|
25856
|
-
"tier": "molecules",
|
|
25857
|
-
"family": "core",
|
|
25858
|
-
"description": "DocCodeBlock component",
|
|
25859
|
-
"suggestedFor": [
|
|
25860
|
-
"doc",
|
|
25861
|
-
"code",
|
|
25862
|
-
"block",
|
|
25863
|
-
"doc code block"
|
|
25864
|
-
],
|
|
25865
|
-
"typicalSize": "medium",
|
|
25866
|
-
"propsSchema": {
|
|
25867
|
-
"code": {
|
|
25868
|
-
"types": [
|
|
25869
|
-
"string"
|
|
25870
|
-
],
|
|
25871
|
-
"description": "Code content to display",
|
|
25872
|
-
"required": true
|
|
25873
|
-
},
|
|
25874
|
-
"language": {
|
|
25875
|
-
"types": [
|
|
25876
|
-
"unknown"
|
|
25877
|
-
],
|
|
25878
|
-
"description": "Programming language label"
|
|
25879
|
-
},
|
|
25880
|
-
"title": {
|
|
25881
|
-
"types": [
|
|
25882
|
-
"string"
|
|
25883
|
-
],
|
|
25884
|
-
"description": "Optional title/filename shown in the header bar"
|
|
25885
|
-
},
|
|
25886
|
-
"showLineNumbers": {
|
|
25887
|
-
"types": [
|
|
25888
|
-
"boolean"
|
|
25889
|
-
],
|
|
25890
|
-
"description": "Show line numbers in the gutter",
|
|
25891
|
-
"default": false
|
|
25892
|
-
},
|
|
25893
|
-
"className": {
|
|
25894
|
-
"types": [
|
|
25895
|
-
"string"
|
|
25896
|
-
],
|
|
25897
|
-
"description": "Additional class names"
|
|
25898
|
-
}
|
|
25899
|
-
}
|
|
25900
|
-
},
|
|
25901
26210
|
"doc-pagination": {
|
|
25902
26211
|
"type": "doc-pagination",
|
|
25903
26212
|
"category": "navigation",
|
|
@@ -26155,7 +26464,15 @@
|
|
|
26155
26464
|
"types": [
|
|
26156
26465
|
"string"
|
|
26157
26466
|
],
|
|
26158
|
-
"description": "
|
|
26467
|
+
"description": "Semantic palette token or a raw CSS color value. Defaults to 'primary'.",
|
|
26468
|
+
"enumValues": [
|
|
26469
|
+
"primary",
|
|
26470
|
+
"secondary",
|
|
26471
|
+
"success",
|
|
26472
|
+
"warning",
|
|
26473
|
+
"error",
|
|
26474
|
+
"muted"
|
|
26475
|
+
]
|
|
26159
26476
|
},
|
|
26160
26477
|
"className": {
|
|
26161
26478
|
"types": [
|
|
@@ -26169,7 +26486,7 @@
|
|
|
26169
26486
|
"type": "pull-quote",
|
|
26170
26487
|
"category": "component",
|
|
26171
26488
|
"tier": "molecules",
|
|
26172
|
-
"family": "
|
|
26489
|
+
"family": "marketing",
|
|
26173
26490
|
"description": "PullQuote component",
|
|
26174
26491
|
"suggestedFor": [
|
|
26175
26492
|
"pull",
|
|
@@ -27868,7 +28185,7 @@
|
|
|
27868
28185
|
},
|
|
27869
28186
|
"icon": {
|
|
27870
28187
|
"types": [
|
|
27871
|
-
"
|
|
28188
|
+
"string"
|
|
27872
28189
|
]
|
|
27873
28190
|
},
|
|
27874
28191
|
"format": {
|
|
@@ -38803,48 +39120,6 @@
|
|
|
38803
39120
|
}
|
|
38804
39121
|
}
|
|
38805
39122
|
},
|
|
38806
|
-
"code-view": {
|
|
38807
|
-
"type": "code-view",
|
|
38808
|
-
"category": "game",
|
|
38809
|
-
"tier": "organisms",
|
|
38810
|
-
"family": "game",
|
|
38811
|
-
"description": "CodeView Component Shows the JSON code representation of a state machine. Toggle between visual and code view in State Architect tier.",
|
|
38812
|
-
"suggestedFor": [
|
|
38813
|
-
"code",
|
|
38814
|
-
"view",
|
|
38815
|
-
"code view"
|
|
38816
|
-
],
|
|
38817
|
-
"typicalSize": "large",
|
|
38818
|
-
"propsSchema": {
|
|
38819
|
-
"data": {
|
|
38820
|
-
"types": [
|
|
38821
|
-
"object"
|
|
38822
|
-
],
|
|
38823
|
-
"description": "JSON data to display",
|
|
38824
|
-
"required": true,
|
|
38825
|
-
"freeform": true
|
|
38826
|
-
},
|
|
38827
|
-
"label": {
|
|
38828
|
-
"types": [
|
|
38829
|
-
"string"
|
|
38830
|
-
],
|
|
38831
|
-
"description": "Label"
|
|
38832
|
-
},
|
|
38833
|
-
"defaultExpanded": {
|
|
38834
|
-
"types": [
|
|
38835
|
-
"boolean"
|
|
38836
|
-
],
|
|
38837
|
-
"description": "Whether the code is expanded by default",
|
|
38838
|
-
"default": false
|
|
38839
|
-
},
|
|
38840
|
-
"className": {
|
|
38841
|
-
"types": [
|
|
38842
|
-
"string"
|
|
38843
|
-
],
|
|
38844
|
-
"description": "Additional CSS classes"
|
|
38845
|
-
}
|
|
38846
|
-
}
|
|
38847
|
-
},
|
|
38848
39123
|
"state-architect-board": {
|
|
38849
39124
|
"type": "state-architect-board",
|
|
38850
39125
|
"category": "game",
|
|
@@ -40284,7 +40559,7 @@
|
|
|
40284
40559
|
"type": "marketing-footer",
|
|
40285
40560
|
"category": "component",
|
|
40286
40561
|
"tier": "molecules",
|
|
40287
|
-
"family": "
|
|
40562
|
+
"family": "marketing",
|
|
40288
40563
|
"description": "MarketingFooter component",
|
|
40289
40564
|
"suggestedFor": [
|
|
40290
40565
|
"marketing",
|
|
@@ -40971,737 +41246,46 @@
|
|
|
40971
41246
|
}
|
|
40972
41247
|
}
|
|
40973
41248
|
},
|
|
40974
|
-
"
|
|
40975
|
-
"type": "
|
|
40976
|
-
"category": "
|
|
40977
|
-
"tier": "
|
|
40978
|
-
"family": "
|
|
40979
|
-
"description": "
|
|
40980
|
-
"suggestedFor": [
|
|
40981
|
-
"asset",
|
|
40982
|
-
"picker",
|
|
40983
|
-
"asset picker"
|
|
40984
|
-
],
|
|
40985
|
-
"typicalSize": "medium",
|
|
40986
|
-
"propsSchema": {
|
|
40987
|
-
"assets": {
|
|
40988
|
-
"types": [
|
|
40989
|
-
"object"
|
|
40990
|
-
],
|
|
40991
|
-
"description": "Browsable asset catalog supplied by the host.",
|
|
40992
|
-
"required": true,
|
|
40993
|
-
"freeform": true
|
|
40994
|
-
},
|
|
40995
|
-
"value": {
|
|
40996
|
-
"types": [
|
|
40997
|
-
"string"
|
|
40998
|
-
],
|
|
40999
|
-
"description": "Currently selected asset url (controlled highlight)."
|
|
41000
|
-
},
|
|
41001
|
-
"onChange": {
|
|
41002
|
-
"types": [
|
|
41003
|
-
"function"
|
|
41004
|
-
],
|
|
41005
|
-
"description": "Fired with the chosen asset's url.",
|
|
41006
|
-
"required": true,
|
|
41007
|
-
"kind": "callback",
|
|
41008
|
-
"callbackArgs": [
|
|
41009
|
-
{
|
|
41010
|
-
"name": "url",
|
|
41011
|
-
"type": "string"
|
|
41012
|
-
}
|
|
41013
|
-
]
|
|
41014
|
-
},
|
|
41015
|
-
"className": {
|
|
41016
|
-
"types": [
|
|
41017
|
-
"string"
|
|
41018
|
-
],
|
|
41019
|
-
"description": "Additional CSS classes applied to the root."
|
|
41020
|
-
}
|
|
41021
|
-
}
|
|
41022
|
-
},
|
|
41023
|
-
"grid-picker": {
|
|
41024
|
-
"type": "grid-picker",
|
|
41025
|
-
"category": "display",
|
|
41026
|
-
"tier": "molecules",
|
|
41027
|
-
"family": "core",
|
|
41028
|
-
"description": "GridPicker component",
|
|
41029
|
-
"suggestedFor": [
|
|
41030
|
-
"grid",
|
|
41031
|
-
"picker",
|
|
41032
|
-
"grid picker"
|
|
41033
|
-
],
|
|
41034
|
-
"typicalSize": "medium",
|
|
41035
|
-
"propsSchema": {
|
|
41036
|
-
"items": {
|
|
41037
|
-
"types": [
|
|
41038
|
-
"array"
|
|
41039
|
-
],
|
|
41040
|
-
"description": "Items to render as grid cells.",
|
|
41041
|
-
"required": true,
|
|
41042
|
-
"items": {
|
|
41043
|
-
"types": [
|
|
41044
|
-
"object"
|
|
41045
|
-
],
|
|
41046
|
-
"properties": {
|
|
41047
|
-
"id": {
|
|
41048
|
-
"types": [
|
|
41049
|
-
"string"
|
|
41050
|
-
]
|
|
41051
|
-
},
|
|
41052
|
-
"label": {
|
|
41053
|
-
"types": [
|
|
41054
|
-
"string"
|
|
41055
|
-
]
|
|
41056
|
-
},
|
|
41057
|
-
"category": {
|
|
41058
|
-
"types": [
|
|
41059
|
-
"string"
|
|
41060
|
-
]
|
|
41061
|
-
}
|
|
41062
|
-
},
|
|
41063
|
-
"required": [
|
|
41064
|
-
"id",
|
|
41065
|
-
"label",
|
|
41066
|
-
"category"
|
|
41067
|
-
]
|
|
41068
|
-
}
|
|
41069
|
-
},
|
|
41070
|
-
"value": {
|
|
41071
|
-
"types": [
|
|
41072
|
-
"string"
|
|
41073
|
-
],
|
|
41074
|
-
"description": "Currently selected item id (controlled highlight)."
|
|
41075
|
-
},
|
|
41076
|
-
"onChange": {
|
|
41077
|
-
"types": [
|
|
41078
|
-
"function"
|
|
41079
|
-
],
|
|
41080
|
-
"description": "Fired with the clicked/selected item's id.",
|
|
41081
|
-
"required": true,
|
|
41082
|
-
"kind": "callback",
|
|
41083
|
-
"callbackArgs": [
|
|
41084
|
-
{
|
|
41085
|
-
"name": "value",
|
|
41086
|
-
"type": "string"
|
|
41087
|
-
}
|
|
41088
|
-
]
|
|
41089
|
-
},
|
|
41090
|
-
"categories": {
|
|
41091
|
-
"types": [
|
|
41092
|
-
"array"
|
|
41093
|
-
],
|
|
41094
|
-
"description": "Category keys for the filter chip row. When omitted, the categories are derived from the items. An \"All\" chip is always prepended.",
|
|
41095
|
-
"items": {
|
|
41096
|
-
"types": [
|
|
41097
|
-
"string"
|
|
41098
|
-
]
|
|
41099
|
-
}
|
|
41100
|
-
},
|
|
41101
|
-
"searchPlaceholder": {
|
|
41102
|
-
"types": [
|
|
41103
|
-
"string"
|
|
41104
|
-
],
|
|
41105
|
-
"description": "Placeholder for the search input."
|
|
41106
|
-
},
|
|
41107
|
-
"renderThumbnail": {
|
|
41108
|
-
"types": [
|
|
41109
|
-
"function"
|
|
41110
|
-
],
|
|
41111
|
-
"description": "Renders the visual content of a cell (e.g. an emoji glyph or an image).",
|
|
41112
|
-
"required": true,
|
|
41113
|
-
"kind": "callback",
|
|
41114
|
-
"callbackArgs": [
|
|
41115
|
-
{
|
|
41116
|
-
"name": "item",
|
|
41117
|
-
"type": "object",
|
|
41118
|
-
"schema": {
|
|
41119
|
-
"types": [
|
|
41120
|
-
"object"
|
|
41121
|
-
],
|
|
41122
|
-
"properties": {
|
|
41123
|
-
"id": {
|
|
41124
|
-
"types": [
|
|
41125
|
-
"string"
|
|
41126
|
-
]
|
|
41127
|
-
},
|
|
41128
|
-
"label": {
|
|
41129
|
-
"types": [
|
|
41130
|
-
"string"
|
|
41131
|
-
]
|
|
41132
|
-
},
|
|
41133
|
-
"category": {
|
|
41134
|
-
"types": [
|
|
41135
|
-
"string"
|
|
41136
|
-
]
|
|
41137
|
-
}
|
|
41138
|
-
},
|
|
41139
|
-
"required": [
|
|
41140
|
-
"id",
|
|
41141
|
-
"label",
|
|
41142
|
-
"category"
|
|
41143
|
-
]
|
|
41144
|
-
}
|
|
41145
|
-
}
|
|
41146
|
-
],
|
|
41147
|
-
"renderCallback": true
|
|
41148
|
-
},
|
|
41149
|
-
"cellSize": {
|
|
41150
|
-
"types": [
|
|
41151
|
-
"number"
|
|
41152
|
-
],
|
|
41153
|
-
"description": "Cell edge length in px.",
|
|
41154
|
-
"numericEnumValues": [
|
|
41155
|
-
16,
|
|
41156
|
-
32,
|
|
41157
|
-
48
|
|
41158
|
-
],
|
|
41159
|
-
"default": 32
|
|
41160
|
-
},
|
|
41161
|
-
"className": {
|
|
41162
|
-
"types": [
|
|
41163
|
-
"string"
|
|
41164
|
-
],
|
|
41165
|
-
"description": "Additional CSS classes applied to the root."
|
|
41166
|
-
}
|
|
41167
|
-
}
|
|
41168
|
-
},
|
|
41169
|
-
"icon-picker": {
|
|
41170
|
-
"type": "icon-picker",
|
|
41171
|
-
"category": "component",
|
|
41172
|
-
"tier": "molecules",
|
|
41173
|
-
"family": "core",
|
|
41174
|
-
"description": "IconPicker component",
|
|
41175
|
-
"suggestedFor": [
|
|
41176
|
-
"icon",
|
|
41177
|
-
"picker",
|
|
41178
|
-
"icon picker"
|
|
41179
|
-
],
|
|
41180
|
-
"typicalSize": "medium",
|
|
41181
|
-
"propsSchema": {
|
|
41182
|
-
"value": {
|
|
41183
|
-
"types": [
|
|
41184
|
-
"string"
|
|
41185
|
-
],
|
|
41186
|
-
"description": "Currently selected icon name (kebab-case)."
|
|
41187
|
-
},
|
|
41188
|
-
"onChange": {
|
|
41189
|
-
"types": [
|
|
41190
|
-
"function"
|
|
41191
|
-
],
|
|
41192
|
-
"description": "Fired with the chosen icon's kebab-case name.",
|
|
41193
|
-
"required": true,
|
|
41194
|
-
"kind": "callback",
|
|
41195
|
-
"callbackArgs": [
|
|
41196
|
-
{
|
|
41197
|
-
"name": "name",
|
|
41198
|
-
"type": "string"
|
|
41199
|
-
}
|
|
41200
|
-
]
|
|
41201
|
-
},
|
|
41202
|
-
"className": {
|
|
41203
|
-
"types": [
|
|
41204
|
-
"string"
|
|
41205
|
-
],
|
|
41206
|
-
"description": "Additional CSS classes applied to the root."
|
|
41207
|
-
}
|
|
41208
|
-
}
|
|
41209
|
-
},
|
|
41210
|
-
"property-inspector": {
|
|
41211
|
-
"type": "property-inspector",
|
|
41212
|
-
"category": "debug",
|
|
41213
|
-
"tier": "molecules",
|
|
41214
|
-
"family": "core",
|
|
41215
|
-
"description": "PropertyInspector — Storybook-style controls panel for a trait's `config`. Derives one control per declared config field directly from the schema (`@almadar/core` `DeclaredTraitConfig`): `boolean → Switch`, `string` with `values → Select`, `number → numeric Input`, `string → Input`. Non-scalar fields (array/object/node/SExpr) are shown read-only. Fields group + collapse by `@tier`. The component is controlled — it emits `onChange(field, value)`; text/number commit on blur (so the host can re-render without hammering it).",
|
|
41249
|
+
"state-json-view": {
|
|
41250
|
+
"type": "state-json-view",
|
|
41251
|
+
"category": "game",
|
|
41252
|
+
"tier": "organisms",
|
|
41253
|
+
"family": "game",
|
|
41254
|
+
"description": "StateJsonView component",
|
|
41216
41255
|
"suggestedFor": [
|
|
41217
|
-
"
|
|
41218
|
-
"
|
|
41219
|
-
"
|
|
41256
|
+
"state",
|
|
41257
|
+
"json",
|
|
41258
|
+
"view",
|
|
41259
|
+
"state json view"
|
|
41220
41260
|
],
|
|
41221
|
-
"typicalSize": "
|
|
41261
|
+
"typicalSize": "large",
|
|
41222
41262
|
"propsSchema": {
|
|
41223
|
-
"
|
|
41224
|
-
"types": [
|
|
41225
|
-
"string"
|
|
41226
|
-
],
|
|
41227
|
-
"description": "Additional CSS classes"
|
|
41228
|
-
},
|
|
41229
|
-
"isLoading": {
|
|
41230
|
-
"types": [
|
|
41231
|
-
"boolean"
|
|
41232
|
-
],
|
|
41233
|
-
"description": "Loading state indicator"
|
|
41234
|
-
},
|
|
41235
|
-
"error": {
|
|
41236
|
-
"types": [
|
|
41237
|
-
"object"
|
|
41238
|
-
],
|
|
41239
|
-
"description": "Error state (UiError)",
|
|
41240
|
-
"properties": {
|
|
41241
|
-
"message": {
|
|
41242
|
-
"types": [
|
|
41243
|
-
"string"
|
|
41244
|
-
]
|
|
41245
|
-
},
|
|
41246
|
-
"name": {
|
|
41247
|
-
"types": [
|
|
41248
|
-
"string"
|
|
41249
|
-
]
|
|
41250
|
-
},
|
|
41251
|
-
"code": {
|
|
41252
|
-
"types": [
|
|
41253
|
-
"string"
|
|
41254
|
-
]
|
|
41255
|
-
},
|
|
41256
|
-
"stack": {
|
|
41257
|
-
"types": [
|
|
41258
|
-
"string"
|
|
41259
|
-
]
|
|
41260
|
-
}
|
|
41261
|
-
},
|
|
41262
|
-
"propertyRequired": [
|
|
41263
|
-
"message"
|
|
41264
|
-
]
|
|
41265
|
-
},
|
|
41266
|
-
"sortBy": {
|
|
41267
|
-
"types": [
|
|
41268
|
-
"string"
|
|
41269
|
-
],
|
|
41270
|
-
"description": "Current sort field"
|
|
41271
|
-
},
|
|
41272
|
-
"sortDirection": {
|
|
41273
|
-
"types": [
|
|
41274
|
-
"string"
|
|
41275
|
-
],
|
|
41276
|
-
"description": "Current sort direction",
|
|
41277
|
-
"enumValues": [
|
|
41278
|
-
"asc",
|
|
41279
|
-
"desc"
|
|
41280
|
-
]
|
|
41281
|
-
},
|
|
41282
|
-
"searchValue": {
|
|
41283
|
-
"types": [
|
|
41284
|
-
"string"
|
|
41285
|
-
],
|
|
41286
|
-
"description": "Current search query value"
|
|
41287
|
-
},
|
|
41288
|
-
"page": {
|
|
41289
|
-
"types": [
|
|
41290
|
-
"number"
|
|
41291
|
-
],
|
|
41292
|
-
"description": "Current page number"
|
|
41293
|
-
},
|
|
41294
|
-
"pageSize": {
|
|
41295
|
-
"types": [
|
|
41296
|
-
"number"
|
|
41297
|
-
],
|
|
41298
|
-
"description": "Number of items per page"
|
|
41299
|
-
},
|
|
41300
|
-
"totalCount": {
|
|
41301
|
-
"types": [
|
|
41302
|
-
"number"
|
|
41303
|
-
],
|
|
41304
|
-
"description": "Total number of items"
|
|
41305
|
-
},
|
|
41306
|
-
"activeFilters": {
|
|
41307
|
-
"types": [
|
|
41308
|
-
"object"
|
|
41309
|
-
],
|
|
41310
|
-
"description": "Active filters"
|
|
41311
|
-
},
|
|
41312
|
-
"selectedIds": {
|
|
41313
|
-
"types": [
|
|
41314
|
-
"array"
|
|
41315
|
-
],
|
|
41316
|
-
"description": "Currently selected item IDs",
|
|
41317
|
-
"items": {
|
|
41318
|
-
"types": [
|
|
41319
|
-
"string",
|
|
41320
|
-
"number"
|
|
41321
|
-
]
|
|
41322
|
-
}
|
|
41323
|
-
},
|
|
41324
|
-
"config": {
|
|
41263
|
+
"data": {
|
|
41325
41264
|
"types": [
|
|
41326
41265
|
"object"
|
|
41327
41266
|
],
|
|
41328
|
-
"description": "
|
|
41267
|
+
"description": "JSON data to display",
|
|
41329
41268
|
"required": true,
|
|
41330
41269
|
"freeform": true
|
|
41331
41270
|
},
|
|
41332
|
-
"
|
|
41333
|
-
"types": [
|
|
41334
|
-
"object"
|
|
41335
|
-
],
|
|
41336
|
-
"description": "Current override values keyed by field name (falls back to each field's `default`).",
|
|
41337
|
-
"freeform": true
|
|
41338
|
-
},
|
|
41339
|
-
"onChange": {
|
|
41340
|
-
"types": [
|
|
41341
|
-
"function"
|
|
41342
|
-
],
|
|
41343
|
-
"description": "Fired when a control commits a new value.",
|
|
41344
|
-
"required": true,
|
|
41345
|
-
"kind": "callback",
|
|
41346
|
-
"callbackArgs": [
|
|
41347
|
-
{
|
|
41348
|
-
"name": "field",
|
|
41349
|
-
"type": "string"
|
|
41350
|
-
},
|
|
41351
|
-
{
|
|
41352
|
-
"name": "value",
|
|
41353
|
-
"type": "object"
|
|
41354
|
-
}
|
|
41355
|
-
]
|
|
41356
|
-
},
|
|
41357
|
-
"onReset": {
|
|
41358
|
-
"types": [
|
|
41359
|
-
"function"
|
|
41360
|
-
],
|
|
41361
|
-
"description": "Optional reset-to-defaults handler.",
|
|
41362
|
-
"kind": "callback",
|
|
41363
|
-
"callbackArgs": []
|
|
41364
|
-
},
|
|
41365
|
-
"title": {
|
|
41366
|
-
"types": [
|
|
41367
|
-
"string"
|
|
41368
|
-
],
|
|
41369
|
-
"description": "Panel heading (e.g. the trait name)."
|
|
41370
|
-
},
|
|
41371
|
-
"assets": {
|
|
41372
|
-
"types": [
|
|
41373
|
-
"object"
|
|
41374
|
-
],
|
|
41375
|
-
"description": "Browsable asset catalog supplied to `control: 'asset'` fields.",
|
|
41376
|
-
"freeform": true
|
|
41377
|
-
}
|
|
41378
|
-
}
|
|
41379
|
-
},
|
|
41380
|
-
"heading": {
|
|
41381
|
-
"type": "heading",
|
|
41382
|
-
"category": "component",
|
|
41383
|
-
"tier": "atoms",
|
|
41384
|
-
"family": "core",
|
|
41385
|
-
"description": "Alias for typography — Typography Atom Component Text elements following the KFlow design system with theme-aware styling.",
|
|
41386
|
-
"suggestedFor": [
|
|
41387
|
-
"typography"
|
|
41388
|
-
],
|
|
41389
|
-
"typicalSize": "small",
|
|
41390
|
-
"propsSchema": {
|
|
41391
|
-
"variant": {
|
|
41392
|
-
"types": [
|
|
41393
|
-
"string"
|
|
41394
|
-
],
|
|
41395
|
-
"description": "Typography variant",
|
|
41396
|
-
"enumValues": [
|
|
41397
|
-
"h1",
|
|
41398
|
-
"h2",
|
|
41399
|
-
"h3",
|
|
41400
|
-
"h4",
|
|
41401
|
-
"h5",
|
|
41402
|
-
"h6",
|
|
41403
|
-
"heading",
|
|
41404
|
-
"subheading",
|
|
41405
|
-
"body1",
|
|
41406
|
-
"body2",
|
|
41407
|
-
"body",
|
|
41408
|
-
"caption",
|
|
41409
|
-
"overline",
|
|
41410
|
-
"small",
|
|
41411
|
-
"large",
|
|
41412
|
-
"label"
|
|
41413
|
-
],
|
|
41414
|
-
"default": "body"
|
|
41415
|
-
},
|
|
41416
|
-
"level": {
|
|
41417
|
-
"types": [
|
|
41418
|
-
"number"
|
|
41419
|
-
],
|
|
41420
|
-
"description": "Heading level (1-6) - alternative to variant for headings",
|
|
41421
|
-
"numericEnumValues": [
|
|
41422
|
-
1,
|
|
41423
|
-
2,
|
|
41424
|
-
3,
|
|
41425
|
-
4,
|
|
41426
|
-
5,
|
|
41427
|
-
6
|
|
41428
|
-
],
|
|
41429
|
-
"default": 2
|
|
41430
|
-
},
|
|
41431
|
-
"color": {
|
|
41432
|
-
"types": [
|
|
41433
|
-
"string"
|
|
41434
|
-
],
|
|
41435
|
-
"description": "Text color",
|
|
41436
|
-
"enumValues": [
|
|
41437
|
-
"primary",
|
|
41438
|
-
"secondary",
|
|
41439
|
-
"muted",
|
|
41440
|
-
"error",
|
|
41441
|
-
"success",
|
|
41442
|
-
"warning",
|
|
41443
|
-
"inherit"
|
|
41444
|
-
],
|
|
41445
|
-
"default": "primary"
|
|
41446
|
-
},
|
|
41447
|
-
"align": {
|
|
41448
|
-
"types": [
|
|
41449
|
-
"string"
|
|
41450
|
-
],
|
|
41451
|
-
"description": "Text alignment",
|
|
41452
|
-
"enumValues": [
|
|
41453
|
-
"left",
|
|
41454
|
-
"center",
|
|
41455
|
-
"right"
|
|
41456
|
-
]
|
|
41457
|
-
},
|
|
41458
|
-
"weight": {
|
|
41459
|
-
"types": [
|
|
41460
|
-
"string"
|
|
41461
|
-
],
|
|
41462
|
-
"description": "Font weight override",
|
|
41463
|
-
"enumValues": [
|
|
41464
|
-
"light",
|
|
41465
|
-
"normal",
|
|
41466
|
-
"medium",
|
|
41467
|
-
"semibold",
|
|
41468
|
-
"bold"
|
|
41469
|
-
]
|
|
41470
|
-
},
|
|
41471
|
-
"size": {
|
|
41472
|
-
"types": [
|
|
41473
|
-
"string"
|
|
41474
|
-
],
|
|
41475
|
-
"description": "Font size override",
|
|
41476
|
-
"enumValues": [
|
|
41477
|
-
"xs",
|
|
41478
|
-
"sm",
|
|
41479
|
-
"md",
|
|
41480
|
-
"lg",
|
|
41481
|
-
"xl",
|
|
41482
|
-
"2xl",
|
|
41483
|
-
"3xl"
|
|
41484
|
-
]
|
|
41485
|
-
},
|
|
41486
|
-
"truncate": {
|
|
41487
|
-
"types": [
|
|
41488
|
-
"boolean"
|
|
41489
|
-
],
|
|
41490
|
-
"description": "Truncate with ellipsis (single line)",
|
|
41491
|
-
"default": false
|
|
41492
|
-
},
|
|
41493
|
-
"overflow": {
|
|
41494
|
-
"types": [
|
|
41495
|
-
"string"
|
|
41496
|
-
],
|
|
41497
|
-
"description": "Overflow handling mode",
|
|
41498
|
-
"enumValues": [
|
|
41499
|
-
"visible",
|
|
41500
|
-
"hidden",
|
|
41501
|
-
"wrap",
|
|
41502
|
-
"clamp-2",
|
|
41503
|
-
"clamp-3"
|
|
41504
|
-
]
|
|
41505
|
-
},
|
|
41506
|
-
"as": {
|
|
41507
|
-
"types": [
|
|
41508
|
-
"component"
|
|
41509
|
-
],
|
|
41510
|
-
"description": "Custom HTML element"
|
|
41511
|
-
},
|
|
41512
|
-
"id": {
|
|
41513
|
-
"types": [
|
|
41514
|
-
"string"
|
|
41515
|
-
],
|
|
41516
|
-
"description": "HTML id attribute"
|
|
41517
|
-
},
|
|
41518
|
-
"className": {
|
|
41519
|
-
"types": [
|
|
41520
|
-
"string"
|
|
41521
|
-
],
|
|
41522
|
-
"description": "Additional class names"
|
|
41523
|
-
},
|
|
41524
|
-
"style": {
|
|
41525
|
-
"types": [
|
|
41526
|
-
"object"
|
|
41527
|
-
],
|
|
41528
|
-
"description": "Inline style"
|
|
41529
|
-
},
|
|
41530
|
-
"content": {
|
|
41531
|
-
"types": [
|
|
41532
|
-
"node"
|
|
41533
|
-
],
|
|
41534
|
-
"description": "Text content (alternative to children)"
|
|
41535
|
-
},
|
|
41536
|
-
"children": {
|
|
41537
|
-
"types": [
|
|
41538
|
-
"node"
|
|
41539
|
-
],
|
|
41540
|
-
"description": "Children elements"
|
|
41541
|
-
}
|
|
41542
|
-
}
|
|
41543
|
-
},
|
|
41544
|
-
"text": {
|
|
41545
|
-
"type": "text",
|
|
41546
|
-
"category": "component",
|
|
41547
|
-
"tier": "atoms",
|
|
41548
|
-
"family": "core",
|
|
41549
|
-
"description": "Alias for typography — Typography Atom Component Text elements following the KFlow design system with theme-aware styling.",
|
|
41550
|
-
"suggestedFor": [
|
|
41551
|
-
"typography"
|
|
41552
|
-
],
|
|
41553
|
-
"typicalSize": "small",
|
|
41554
|
-
"propsSchema": {
|
|
41555
|
-
"variant": {
|
|
41556
|
-
"types": [
|
|
41557
|
-
"string"
|
|
41558
|
-
],
|
|
41559
|
-
"description": "Typography variant",
|
|
41560
|
-
"enumValues": [
|
|
41561
|
-
"h1",
|
|
41562
|
-
"h2",
|
|
41563
|
-
"h3",
|
|
41564
|
-
"h4",
|
|
41565
|
-
"h5",
|
|
41566
|
-
"h6",
|
|
41567
|
-
"heading",
|
|
41568
|
-
"subheading",
|
|
41569
|
-
"body1",
|
|
41570
|
-
"body2",
|
|
41571
|
-
"body",
|
|
41572
|
-
"caption",
|
|
41573
|
-
"overline",
|
|
41574
|
-
"small",
|
|
41575
|
-
"large",
|
|
41576
|
-
"label"
|
|
41577
|
-
],
|
|
41578
|
-
"default": "body"
|
|
41579
|
-
},
|
|
41580
|
-
"level": {
|
|
41581
|
-
"types": [
|
|
41582
|
-
"number"
|
|
41583
|
-
],
|
|
41584
|
-
"description": "Heading level (1-6) - alternative to variant for headings",
|
|
41585
|
-
"numericEnumValues": [
|
|
41586
|
-
1,
|
|
41587
|
-
2,
|
|
41588
|
-
3,
|
|
41589
|
-
4,
|
|
41590
|
-
5,
|
|
41591
|
-
6
|
|
41592
|
-
],
|
|
41593
|
-
"default": 2
|
|
41594
|
-
},
|
|
41595
|
-
"color": {
|
|
41596
|
-
"types": [
|
|
41597
|
-
"string"
|
|
41598
|
-
],
|
|
41599
|
-
"description": "Text color",
|
|
41600
|
-
"enumValues": [
|
|
41601
|
-
"primary",
|
|
41602
|
-
"secondary",
|
|
41603
|
-
"muted",
|
|
41604
|
-
"error",
|
|
41605
|
-
"success",
|
|
41606
|
-
"warning",
|
|
41607
|
-
"inherit"
|
|
41608
|
-
],
|
|
41609
|
-
"default": "primary"
|
|
41610
|
-
},
|
|
41611
|
-
"align": {
|
|
41612
|
-
"types": [
|
|
41613
|
-
"string"
|
|
41614
|
-
],
|
|
41615
|
-
"description": "Text alignment",
|
|
41616
|
-
"enumValues": [
|
|
41617
|
-
"left",
|
|
41618
|
-
"center",
|
|
41619
|
-
"right"
|
|
41620
|
-
]
|
|
41621
|
-
},
|
|
41622
|
-
"weight": {
|
|
41623
|
-
"types": [
|
|
41624
|
-
"string"
|
|
41625
|
-
],
|
|
41626
|
-
"description": "Font weight override",
|
|
41627
|
-
"enumValues": [
|
|
41628
|
-
"light",
|
|
41629
|
-
"normal",
|
|
41630
|
-
"medium",
|
|
41631
|
-
"semibold",
|
|
41632
|
-
"bold"
|
|
41633
|
-
]
|
|
41634
|
-
},
|
|
41635
|
-
"size": {
|
|
41271
|
+
"label": {
|
|
41636
41272
|
"types": [
|
|
41637
41273
|
"string"
|
|
41638
41274
|
],
|
|
41639
|
-
"description": "
|
|
41640
|
-
"enumValues": [
|
|
41641
|
-
"xs",
|
|
41642
|
-
"sm",
|
|
41643
|
-
"md",
|
|
41644
|
-
"lg",
|
|
41645
|
-
"xl",
|
|
41646
|
-
"2xl",
|
|
41647
|
-
"3xl"
|
|
41648
|
-
]
|
|
41275
|
+
"description": "Label"
|
|
41649
41276
|
},
|
|
41650
|
-
"
|
|
41277
|
+
"defaultExpanded": {
|
|
41651
41278
|
"types": [
|
|
41652
41279
|
"boolean"
|
|
41653
41280
|
],
|
|
41654
|
-
"description": "
|
|
41281
|
+
"description": "Whether the code is expanded by default",
|
|
41655
41282
|
"default": false
|
|
41656
41283
|
},
|
|
41657
|
-
"overflow": {
|
|
41658
|
-
"types": [
|
|
41659
|
-
"string"
|
|
41660
|
-
],
|
|
41661
|
-
"description": "Overflow handling mode",
|
|
41662
|
-
"enumValues": [
|
|
41663
|
-
"visible",
|
|
41664
|
-
"hidden",
|
|
41665
|
-
"wrap",
|
|
41666
|
-
"clamp-2",
|
|
41667
|
-
"clamp-3"
|
|
41668
|
-
]
|
|
41669
|
-
},
|
|
41670
|
-
"as": {
|
|
41671
|
-
"types": [
|
|
41672
|
-
"component"
|
|
41673
|
-
],
|
|
41674
|
-
"description": "Custom HTML element"
|
|
41675
|
-
},
|
|
41676
|
-
"id": {
|
|
41677
|
-
"types": [
|
|
41678
|
-
"string"
|
|
41679
|
-
],
|
|
41680
|
-
"description": "HTML id attribute"
|
|
41681
|
-
},
|
|
41682
41284
|
"className": {
|
|
41683
41285
|
"types": [
|
|
41684
41286
|
"string"
|
|
41685
41287
|
],
|
|
41686
|
-
"description": "Additional
|
|
41687
|
-
},
|
|
41688
|
-
"style": {
|
|
41689
|
-
"types": [
|
|
41690
|
-
"object"
|
|
41691
|
-
],
|
|
41692
|
-
"description": "Inline style"
|
|
41693
|
-
},
|
|
41694
|
-
"content": {
|
|
41695
|
-
"types": [
|
|
41696
|
-
"node"
|
|
41697
|
-
],
|
|
41698
|
-
"description": "Text content (alternative to children)"
|
|
41699
|
-
},
|
|
41700
|
-
"children": {
|
|
41701
|
-
"types": [
|
|
41702
|
-
"node"
|
|
41703
|
-
],
|
|
41704
|
-
"description": "Children elements"
|
|
41288
|
+
"description": "Additional CSS classes"
|
|
41705
41289
|
}
|
|
41706
41290
|
}
|
|
41707
41291
|
}
|