@almadar/patterns 2.42.1 → 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 +6 -16
- package/dist/event-contracts.json +1 -14
- package/dist/index.d.ts +1086 -797
- package/dist/index.js +706 -411
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +699 -381
- package/dist/registry.json +699 -381
- 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
|
},
|
|
@@ -11611,7 +11621,7 @@
|
|
|
11611
11621
|
"string"
|
|
11612
11622
|
],
|
|
11613
11623
|
"description": "App name",
|
|
11614
|
-
"default": "
|
|
11624
|
+
"default": "My App"
|
|
11615
11625
|
},
|
|
11616
11626
|
"logo": {
|
|
11617
11627
|
"types": [
|
|
@@ -13123,7 +13133,48 @@
|
|
|
13123
13133
|
"items": {
|
|
13124
13134
|
"types": [
|
|
13125
13135
|
"object"
|
|
13126
|
-
]
|
|
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
|
+
}
|
|
13127
13178
|
}
|
|
13128
13179
|
},
|
|
13129
13180
|
"columns": {
|
|
@@ -13921,252 +13972,6 @@
|
|
|
13921
13972
|
}
|
|
13922
13973
|
}
|
|
13923
13974
|
},
|
|
13924
|
-
"code-viewer": {
|
|
13925
|
-
"type": "code-viewer",
|
|
13926
|
-
"category": "display",
|
|
13927
|
-
"tier": "molecules",
|
|
13928
|
-
"family": "core",
|
|
13929
|
-
"description": "Code and diff viewer with line numbers, copy, word-wrap, and multi-file tabs",
|
|
13930
|
-
"suggestedFor": [
|
|
13931
|
-
"code display",
|
|
13932
|
-
"diff viewing",
|
|
13933
|
-
"schema inspection",
|
|
13934
|
-
"log viewing"
|
|
13935
|
-
],
|
|
13936
|
-
"typicalSize": "medium",
|
|
13937
|
-
"propsSchema": {
|
|
13938
|
-
"title": {
|
|
13939
|
-
"types": [
|
|
13940
|
-
"string"
|
|
13941
|
-
],
|
|
13942
|
-
"description": "Viewer title"
|
|
13943
|
-
},
|
|
13944
|
-
"code": {
|
|
13945
|
-
"types": [
|
|
13946
|
-
"string"
|
|
13947
|
-
],
|
|
13948
|
-
"description": "Code content"
|
|
13949
|
-
},
|
|
13950
|
-
"language": {
|
|
13951
|
-
"types": [
|
|
13952
|
-
"unknown"
|
|
13953
|
-
],
|
|
13954
|
-
"description": "Language for display label"
|
|
13955
|
-
},
|
|
13956
|
-
"diff": {
|
|
13957
|
-
"types": [
|
|
13958
|
-
"array"
|
|
13959
|
-
],
|
|
13960
|
-
"description": "Diff lines (for diff mode)",
|
|
13961
|
-
"items": {
|
|
13962
|
-
"types": [
|
|
13963
|
-
"object"
|
|
13964
|
-
],
|
|
13965
|
-
"properties": {
|
|
13966
|
-
"type": {
|
|
13967
|
-
"types": [
|
|
13968
|
-
"string"
|
|
13969
|
-
],
|
|
13970
|
-
"enumValues": [
|
|
13971
|
-
"add",
|
|
13972
|
-
"remove",
|
|
13973
|
-
"context"
|
|
13974
|
-
]
|
|
13975
|
-
},
|
|
13976
|
-
"content": {
|
|
13977
|
-
"types": [
|
|
13978
|
-
"string"
|
|
13979
|
-
]
|
|
13980
|
-
},
|
|
13981
|
-
"lineNumber": {
|
|
13982
|
-
"types": [
|
|
13983
|
-
"number"
|
|
13984
|
-
]
|
|
13985
|
-
}
|
|
13986
|
-
},
|
|
13987
|
-
"required": [
|
|
13988
|
-
"type",
|
|
13989
|
-
"content"
|
|
13990
|
-
]
|
|
13991
|
-
}
|
|
13992
|
-
},
|
|
13993
|
-
"oldValue": {
|
|
13994
|
-
"types": [
|
|
13995
|
-
"string"
|
|
13996
|
-
],
|
|
13997
|
-
"description": "Old value (for generating diff)"
|
|
13998
|
-
},
|
|
13999
|
-
"newValue": {
|
|
14000
|
-
"types": [
|
|
14001
|
-
"string"
|
|
14002
|
-
],
|
|
14003
|
-
"description": "New value (for generating diff)"
|
|
14004
|
-
},
|
|
14005
|
-
"mode": {
|
|
14006
|
-
"types": [
|
|
14007
|
-
"string"
|
|
14008
|
-
],
|
|
14009
|
-
"description": "Display mode",
|
|
14010
|
-
"enumValues": [
|
|
14011
|
-
"code",
|
|
14012
|
-
"diff"
|
|
14013
|
-
],
|
|
14014
|
-
"default": "code"
|
|
14015
|
-
},
|
|
14016
|
-
"showLineNumbers": {
|
|
14017
|
-
"types": [
|
|
14018
|
-
"boolean"
|
|
14019
|
-
],
|
|
14020
|
-
"description": "Show line numbers",
|
|
14021
|
-
"default": true
|
|
14022
|
-
},
|
|
14023
|
-
"showCopy": {
|
|
14024
|
-
"types": [
|
|
14025
|
-
"boolean"
|
|
14026
|
-
],
|
|
14027
|
-
"description": "Show copy button",
|
|
14028
|
-
"default": true
|
|
14029
|
-
},
|
|
14030
|
-
"wordWrap": {
|
|
14031
|
-
"types": [
|
|
14032
|
-
"boolean"
|
|
14033
|
-
],
|
|
14034
|
-
"description": "Enable word wrap",
|
|
14035
|
-
"default": false
|
|
14036
|
-
},
|
|
14037
|
-
"maxHeight": {
|
|
14038
|
-
"types": [
|
|
14039
|
-
"number",
|
|
14040
|
-
"string"
|
|
14041
|
-
],
|
|
14042
|
-
"description": "Max height before scrolling",
|
|
14043
|
-
"default": 500
|
|
14044
|
-
},
|
|
14045
|
-
"files": {
|
|
14046
|
-
"types": [
|
|
14047
|
-
"array"
|
|
14048
|
-
],
|
|
14049
|
-
"description": "Multiple files (tabbed view)",
|
|
14050
|
-
"items": {
|
|
14051
|
-
"types": [
|
|
14052
|
-
"object"
|
|
14053
|
-
],
|
|
14054
|
-
"properties": {
|
|
14055
|
-
"label": {
|
|
14056
|
-
"types": [
|
|
14057
|
-
"string"
|
|
14058
|
-
]
|
|
14059
|
-
},
|
|
14060
|
-
"code": {
|
|
14061
|
-
"types": [
|
|
14062
|
-
"string"
|
|
14063
|
-
]
|
|
14064
|
-
},
|
|
14065
|
-
"language": {
|
|
14066
|
-
"types": [
|
|
14067
|
-
"unknown"
|
|
14068
|
-
]
|
|
14069
|
-
}
|
|
14070
|
-
},
|
|
14071
|
-
"required": [
|
|
14072
|
-
"label",
|
|
14073
|
-
"code"
|
|
14074
|
-
]
|
|
14075
|
-
}
|
|
14076
|
-
},
|
|
14077
|
-
"actions": {
|
|
14078
|
-
"types": [
|
|
14079
|
-
"array"
|
|
14080
|
-
],
|
|
14081
|
-
"description": "Actions",
|
|
14082
|
-
"items": {
|
|
14083
|
-
"types": [
|
|
14084
|
-
"object"
|
|
14085
|
-
],
|
|
14086
|
-
"properties": {
|
|
14087
|
-
"label": {
|
|
14088
|
-
"types": [
|
|
14089
|
-
"string"
|
|
14090
|
-
]
|
|
14091
|
-
},
|
|
14092
|
-
"event": {
|
|
14093
|
-
"types": [
|
|
14094
|
-
"string"
|
|
14095
|
-
]
|
|
14096
|
-
},
|
|
14097
|
-
"navigatesTo": {
|
|
14098
|
-
"types": [
|
|
14099
|
-
"string"
|
|
14100
|
-
]
|
|
14101
|
-
},
|
|
14102
|
-
"variant": {
|
|
14103
|
-
"types": [
|
|
14104
|
-
"string"
|
|
14105
|
-
],
|
|
14106
|
-
"enumValues": [
|
|
14107
|
-
"primary",
|
|
14108
|
-
"secondary",
|
|
14109
|
-
"ghost"
|
|
14110
|
-
]
|
|
14111
|
-
}
|
|
14112
|
-
},
|
|
14113
|
-
"required": [
|
|
14114
|
-
"label"
|
|
14115
|
-
]
|
|
14116
|
-
}
|
|
14117
|
-
},
|
|
14118
|
-
"entity": {
|
|
14119
|
-
"types": [
|
|
14120
|
-
"string"
|
|
14121
|
-
],
|
|
14122
|
-
"description": "Entity name for schema-driven auto-fetch"
|
|
14123
|
-
},
|
|
14124
|
-
"isLoading": {
|
|
14125
|
-
"types": [
|
|
14126
|
-
"boolean"
|
|
14127
|
-
],
|
|
14128
|
-
"description": "Loading state",
|
|
14129
|
-
"default": false
|
|
14130
|
-
},
|
|
14131
|
-
"error": {
|
|
14132
|
-
"types": [
|
|
14133
|
-
"object"
|
|
14134
|
-
],
|
|
14135
|
-
"description": "Error state",
|
|
14136
|
-
"properties": {
|
|
14137
|
-
"message": {
|
|
14138
|
-
"types": [
|
|
14139
|
-
"string"
|
|
14140
|
-
]
|
|
14141
|
-
},
|
|
14142
|
-
"name": {
|
|
14143
|
-
"types": [
|
|
14144
|
-
"string"
|
|
14145
|
-
]
|
|
14146
|
-
},
|
|
14147
|
-
"code": {
|
|
14148
|
-
"types": [
|
|
14149
|
-
"string"
|
|
14150
|
-
]
|
|
14151
|
-
},
|
|
14152
|
-
"stack": {
|
|
14153
|
-
"types": [
|
|
14154
|
-
"string"
|
|
14155
|
-
]
|
|
14156
|
-
}
|
|
14157
|
-
},
|
|
14158
|
-
"propertyRequired": [
|
|
14159
|
-
"message"
|
|
14160
|
-
]
|
|
14161
|
-
},
|
|
14162
|
-
"className": {
|
|
14163
|
-
"types": [
|
|
14164
|
-
"string"
|
|
14165
|
-
],
|
|
14166
|
-
"description": "Additional CSS classes"
|
|
14167
|
-
}
|
|
14168
|
-
}
|
|
14169
|
-
},
|
|
14170
13975
|
"battle-template": {
|
|
14171
13976
|
"type": "battle-template",
|
|
14172
13977
|
"category": "game",
|
|
@@ -14459,14 +14264,43 @@
|
|
|
14459
14264
|
"types": [
|
|
14460
14265
|
"string"
|
|
14461
14266
|
],
|
|
14462
|
-
"description": "The code content to display"
|
|
14463
|
-
"required": true
|
|
14267
|
+
"description": "The code content to display"
|
|
14464
14268
|
},
|
|
14465
14269
|
"language": {
|
|
14466
14270
|
"types": [
|
|
14467
|
-
"
|
|
14271
|
+
"string"
|
|
14468
14272
|
],
|
|
14469
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
|
+
],
|
|
14470
14304
|
"default": "text"
|
|
14471
14305
|
},
|
|
14472
14306
|
"showCopyButton": {
|
|
@@ -14485,7 +14319,8 @@
|
|
|
14485
14319
|
},
|
|
14486
14320
|
"maxHeight": {
|
|
14487
14321
|
"types": [
|
|
14488
|
-
"string"
|
|
14322
|
+
"string",
|
|
14323
|
+
"number"
|
|
14489
14324
|
],
|
|
14490
14325
|
"description": "Maximum height before scrolling",
|
|
14491
14326
|
"default": "60vh"
|
|
@@ -14528,6 +14363,239 @@
|
|
|
14528
14363
|
],
|
|
14529
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.",
|
|
14530
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)"
|
|
14531
14599
|
}
|
|
14532
14600
|
}
|
|
14533
14601
|
},
|
|
@@ -14555,11 +14623,12 @@
|
|
|
14555
14623
|
"types": [
|
|
14556
14624
|
"string"
|
|
14557
14625
|
],
|
|
14558
|
-
"description": "Text direction",
|
|
14626
|
+
"description": "Text direction (defaults to ltr; `ltr` is first so the generated config seeds it)",
|
|
14559
14627
|
"enumValues": [
|
|
14560
|
-
"
|
|
14561
|
-
"
|
|
14562
|
-
]
|
|
14628
|
+
"ltr",
|
|
14629
|
+
"rtl"
|
|
14630
|
+
],
|
|
14631
|
+
"default": "ltr"
|
|
14563
14632
|
},
|
|
14564
14633
|
"className": {
|
|
14565
14634
|
"types": [
|
|
@@ -14698,7 +14767,28 @@
|
|
|
14698
14767
|
"types": [
|
|
14699
14768
|
"object"
|
|
14700
14769
|
],
|
|
14701
|
-
"
|
|
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
|
+
]
|
|
14702
14792
|
}
|
|
14703
14793
|
},
|
|
14704
14794
|
"direction": {
|
|
@@ -21561,8 +21651,16 @@
|
|
|
21561
21651
|
"types": [
|
|
21562
21652
|
"string"
|
|
21563
21653
|
],
|
|
21564
|
-
"description": "
|
|
21565
|
-
"
|
|
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"
|
|
21566
21664
|
},
|
|
21567
21665
|
"strokeWidth": {
|
|
21568
21666
|
"types": [
|
|
@@ -24290,7 +24388,15 @@
|
|
|
24290
24388
|
"types": [
|
|
24291
24389
|
"string"
|
|
24292
24390
|
],
|
|
24293
|
-
"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
|
+
]
|
|
24294
24400
|
},
|
|
24295
24401
|
"size": {
|
|
24296
24402
|
"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": [
|
|
@@ -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",
|
|
@@ -40970,6 +41245,49 @@
|
|
|
40970
41245
|
"description": "Additional class names"
|
|
40971
41246
|
}
|
|
40972
41247
|
}
|
|
41248
|
+
},
|
|
41249
|
+
"state-json-view": {
|
|
41250
|
+
"type": "state-json-view",
|
|
41251
|
+
"category": "game",
|
|
41252
|
+
"tier": "organisms",
|
|
41253
|
+
"family": "game",
|
|
41254
|
+
"description": "StateJsonView component",
|
|
41255
|
+
"suggestedFor": [
|
|
41256
|
+
"state",
|
|
41257
|
+
"json",
|
|
41258
|
+
"view",
|
|
41259
|
+
"state json view"
|
|
41260
|
+
],
|
|
41261
|
+
"typicalSize": "large",
|
|
41262
|
+
"propsSchema": {
|
|
41263
|
+
"data": {
|
|
41264
|
+
"types": [
|
|
41265
|
+
"object"
|
|
41266
|
+
],
|
|
41267
|
+
"description": "JSON data to display",
|
|
41268
|
+
"required": true,
|
|
41269
|
+
"freeform": true
|
|
41270
|
+
},
|
|
41271
|
+
"label": {
|
|
41272
|
+
"types": [
|
|
41273
|
+
"string"
|
|
41274
|
+
],
|
|
41275
|
+
"description": "Label"
|
|
41276
|
+
},
|
|
41277
|
+
"defaultExpanded": {
|
|
41278
|
+
"types": [
|
|
41279
|
+
"boolean"
|
|
41280
|
+
],
|
|
41281
|
+
"description": "Whether the code is expanded by default",
|
|
41282
|
+
"default": false
|
|
41283
|
+
},
|
|
41284
|
+
"className": {
|
|
41285
|
+
"types": [
|
|
41286
|
+
"string"
|
|
41287
|
+
],
|
|
41288
|
+
"description": "Additional CSS classes"
|
|
41289
|
+
}
|
|
41290
|
+
}
|
|
40973
41291
|
}
|
|
40974
41292
|
},
|
|
40975
41293
|
"categories": [
|