ionbase-ui 0.31.0 → 0.37.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/components/Badge.d.ts +13 -0
- package/dist/components/Badge.d.ts.map +1 -1
- package/dist/components/Badge.js +8 -2
- package/dist/components/Badge.js.map +1 -1
- package/dist/components/EmptyState.d.ts +99 -0
- package/dist/components/EmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState.js +51 -0
- package/dist/components/EmptyState.js.map +1 -0
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/figma-descriptions.json +75 -30
- package/dist/figma-map.json +455 -15
- package/dist/meta/AgentStop.json +2 -3
- package/dist/meta/Badge.json +52 -2
- package/dist/meta/EmptyState.json +237 -0
- package/dist/meta/components.json +292 -6
- package/dist/meta/contrast.json +18 -0
- package/dist/meta/index.json +29 -1
- package/dist/meta/patterns/AgentRun.json +136 -0
- package/dist/meta/patterns/AssistantAnswer.json +130 -0
- package/dist/meta/patterns/HumanApproval.json +139 -0
- package/dist/meta/patterns/index.json +55 -1
- package/dist/styles/agent-stop.css +28 -9
- package/dist/styles/badge.css +87 -11
- package/dist/styles/empty-state.css +169 -0
- package/dist/styles/index.css +1 -0
- package/dist/styles/tokens/base.css +7 -0
- package/dist/styles/tokens/typography.css +5 -0
- package/dist/tokens/index.d.ts +35 -0
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/index.js +28 -0
- package/dist/tokens/index.js.map +1 -1
- package/llms.txt +3 -3
- package/package.json +4 -3
package/dist/figma-map.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "ionbase-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0",
|
|
4
4
|
"figmaFile": "gaLbGd0QNb1fUl6BjSpfBA",
|
|
5
|
-
"figmaExported": "2026-
|
|
5
|
+
"figmaExported": "2026-09-02",
|
|
6
6
|
"usage": "Given a Figma node id or component name, look it up here for the React component, its import, and how each Figma property maps onto a real prop. Every mapping is verified against both the Figma export and the TypeScript API on each build.",
|
|
7
7
|
"generated": "by scripts/verify-figma-map.mjs — do not edit",
|
|
8
8
|
"byNodeId": {
|
|
@@ -360,10 +360,19 @@
|
|
|
360
360
|
"prop": "icon"
|
|
361
361
|
},
|
|
362
362
|
"Size": {
|
|
363
|
-
"
|
|
363
|
+
"prop": "size",
|
|
364
|
+
"values": {
|
|
365
|
+
"Small": "sm",
|
|
366
|
+
"Medium": "md",
|
|
367
|
+
"Large": "lg"
|
|
368
|
+
}
|
|
364
369
|
},
|
|
365
370
|
"Shape": {
|
|
366
|
-
"
|
|
371
|
+
"prop": "shape",
|
|
372
|
+
"values": {
|
|
373
|
+
"Pill": "pill",
|
|
374
|
+
"Rounded": "rounded"
|
|
375
|
+
}
|
|
367
376
|
}
|
|
368
377
|
}
|
|
369
378
|
},
|
|
@@ -1064,6 +1073,221 @@
|
|
|
1064
1073
|
"prop": "end"
|
|
1065
1074
|
}
|
|
1066
1075
|
}
|
|
1076
|
+
},
|
|
1077
|
+
"1156:296": {
|
|
1078
|
+
"figmaComponent": "Agent Stop",
|
|
1079
|
+
"figmaNodeId": "1156:296",
|
|
1080
|
+
"figmaPage": "Agent Stop",
|
|
1081
|
+
"component": "AgentStop",
|
|
1082
|
+
"import": "import { AgentStop } from 'ionbase-ui';",
|
|
1083
|
+
"docs": "components/agent-stop/index.html.md",
|
|
1084
|
+
"props": {
|
|
1085
|
+
"Size": {
|
|
1086
|
+
"prop": "size",
|
|
1087
|
+
"values": {
|
|
1088
|
+
"Small": "sm",
|
|
1089
|
+
"Medium": "md",
|
|
1090
|
+
"Large": "lg"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"State": {
|
|
1094
|
+
"ignore": "Default/Hover are CSS states; Stopping is the drawn form of isStopping"
|
|
1095
|
+
},
|
|
1096
|
+
"Label#1156:0": {
|
|
1097
|
+
"prop": "label"
|
|
1098
|
+
},
|
|
1099
|
+
"Stopping Label#1156:10": {
|
|
1100
|
+
"prop": "stoppingLabel"
|
|
1101
|
+
},
|
|
1102
|
+
"Focused#1156:20": {
|
|
1103
|
+
"ignore": "drawn focus ring; :focus-visible in code"
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
"1160:423": {
|
|
1108
|
+
"figmaComponent": "Approval Gate",
|
|
1109
|
+
"figmaNodeId": "1160:423",
|
|
1110
|
+
"figmaPage": "Approval Gate",
|
|
1111
|
+
"component": "ApprovalGate",
|
|
1112
|
+
"import": "import { ApprovalGate } from 'ionbase-ui';",
|
|
1113
|
+
"docs": "components/approval-gate/index.html.md",
|
|
1114
|
+
"props": {
|
|
1115
|
+
"Risk": {
|
|
1116
|
+
"prop": "risk",
|
|
1117
|
+
"values": {
|
|
1118
|
+
"Low": "low",
|
|
1119
|
+
"Medium": "medium",
|
|
1120
|
+
"High": "high"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
"Status": {
|
|
1124
|
+
"prop": "status",
|
|
1125
|
+
"values": {
|
|
1126
|
+
"Pending": "pending",
|
|
1127
|
+
"Approved": "approved",
|
|
1128
|
+
"Rejected": "rejected",
|
|
1129
|
+
"Expired": "expired"
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"Title#1160:0": {
|
|
1133
|
+
"prop": "title"
|
|
1134
|
+
},
|
|
1135
|
+
"Detail#1160:13": {
|
|
1136
|
+
"prop": "children"
|
|
1137
|
+
},
|
|
1138
|
+
"Show Detail#1160:26": {
|
|
1139
|
+
"prop": "children",
|
|
1140
|
+
"note": "false means no children passed"
|
|
1141
|
+
},
|
|
1142
|
+
"Reject Label#1160:39": {
|
|
1143
|
+
"prop": "rejectLabel"
|
|
1144
|
+
},
|
|
1145
|
+
"Edit Label#1160:52": {
|
|
1146
|
+
"prop": "editLabel"
|
|
1147
|
+
},
|
|
1148
|
+
"Approve Label#1160:65": {
|
|
1149
|
+
"prop": "approveLabel"
|
|
1150
|
+
},
|
|
1151
|
+
"Show Edit#1160:78": {
|
|
1152
|
+
"prop": "onEdit",
|
|
1153
|
+
"note": "the Edit button renders only when onEdit is supplied"
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
"1162:246": {
|
|
1158
|
+
"figmaComponent": "Agent Activity",
|
|
1159
|
+
"figmaNodeId": "1162:246",
|
|
1160
|
+
"figmaPage": "Agent Activity",
|
|
1161
|
+
"component": "AgentActivity",
|
|
1162
|
+
"import": "import { AgentActivity } from 'ionbase-ui';",
|
|
1163
|
+
"docs": "components/agent-activity/index.html.md",
|
|
1164
|
+
"props": {}
|
|
1165
|
+
},
|
|
1166
|
+
"1161:287": {
|
|
1167
|
+
"figmaComponent": "Agent Activity Step",
|
|
1168
|
+
"figmaNodeId": "1161:287",
|
|
1169
|
+
"figmaPage": "Agent Activity",
|
|
1170
|
+
"component": "AgentActivityStep",
|
|
1171
|
+
"import": "import { AgentActivityStep } from 'ionbase-ui';",
|
|
1172
|
+
"docs": "components/agent-activity-step/index.html.md",
|
|
1173
|
+
"props": {
|
|
1174
|
+
"Status": {
|
|
1175
|
+
"prop": "status",
|
|
1176
|
+
"values": {
|
|
1177
|
+
"Pending": "pending",
|
|
1178
|
+
"Active": "active",
|
|
1179
|
+
"Done": "done",
|
|
1180
|
+
"Failed": "failed",
|
|
1181
|
+
"Skipped": "skipped"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
"Label#1162:0": {
|
|
1185
|
+
"prop": "children"
|
|
1186
|
+
},
|
|
1187
|
+
"Detail#1162:6": {
|
|
1188
|
+
"prop": "detail"
|
|
1189
|
+
},
|
|
1190
|
+
"Show Detail#1162:12": {
|
|
1191
|
+
"prop": "detail",
|
|
1192
|
+
"note": "false means detail is omitted"
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
"1164:248": {
|
|
1197
|
+
"figmaComponent": "Streaming Text",
|
|
1198
|
+
"figmaNodeId": "1164:248",
|
|
1199
|
+
"figmaPage": "Streaming Text",
|
|
1200
|
+
"component": "StreamingText",
|
|
1201
|
+
"import": "import { StreamingText } from 'ionbase-ui';",
|
|
1202
|
+
"docs": "components/streaming-text/index.html.md",
|
|
1203
|
+
"props": {
|
|
1204
|
+
"Streaming": {
|
|
1205
|
+
"prop": "isStreaming",
|
|
1206
|
+
"values": {
|
|
1207
|
+
"True": true,
|
|
1208
|
+
"False": false
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
"Text#1164:0": {
|
|
1212
|
+
"prop": "children"
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"1167:247": {
|
|
1217
|
+
"figmaComponent": "Citation",
|
|
1218
|
+
"figmaNodeId": "1167:247",
|
|
1219
|
+
"figmaPage": "Citation",
|
|
1220
|
+
"component": "Citation",
|
|
1221
|
+
"import": "import { Citation } from 'ionbase-ui';",
|
|
1222
|
+
"docs": "components/citation/index.html.md",
|
|
1223
|
+
"props": {
|
|
1224
|
+
"State": {
|
|
1225
|
+
"ignore": "Default/Hover is :hover in code"
|
|
1226
|
+
},
|
|
1227
|
+
"Index#1167:0": {
|
|
1228
|
+
"prop": "index"
|
|
1229
|
+
},
|
|
1230
|
+
"Focused#1167:3": {
|
|
1231
|
+
"ignore": "drawn focus ring; :focus-visible in code"
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
"1168:246": {
|
|
1236
|
+
"figmaComponent": "Citation List",
|
|
1237
|
+
"figmaNodeId": "1168:246",
|
|
1238
|
+
"figmaPage": "Citation",
|
|
1239
|
+
"component": "CitationList",
|
|
1240
|
+
"import": "import { CitationList } from 'ionbase-ui';",
|
|
1241
|
+
"docs": "components/citation-list/index.html.md",
|
|
1242
|
+
"props": {
|
|
1243
|
+
"Label#1168:4": {
|
|
1244
|
+
"prop": "label"
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
"1168:241": {
|
|
1249
|
+
"figmaComponent": "Citation List Item",
|
|
1250
|
+
"figmaNodeId": "1168:241",
|
|
1251
|
+
"figmaPage": "Citation",
|
|
1252
|
+
"component": "CitationListItem",
|
|
1253
|
+
"import": "import { CitationListItem } from 'ionbase-ui';",
|
|
1254
|
+
"docs": "components/citation-list-item/index.html.md",
|
|
1255
|
+
"props": {
|
|
1256
|
+
"Index#1168:0": {
|
|
1257
|
+
"prop": "index"
|
|
1258
|
+
},
|
|
1259
|
+
"Source#1168:1": {
|
|
1260
|
+
"prop": "source"
|
|
1261
|
+
},
|
|
1262
|
+
"Passage#1168:2": {
|
|
1263
|
+
"prop": "children"
|
|
1264
|
+
},
|
|
1265
|
+
"Show Passage#1168:3": {
|
|
1266
|
+
"prop": "children",
|
|
1267
|
+
"note": "false means no children passed"
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"1166:262": {
|
|
1272
|
+
"figmaComponent": "Confidence Indicator",
|
|
1273
|
+
"figmaNodeId": "1166:262",
|
|
1274
|
+
"figmaPage": "Confidence Indicator",
|
|
1275
|
+
"component": "ConfidenceIndicator",
|
|
1276
|
+
"import": "import { ConfidenceIndicator } from 'ionbase-ui';",
|
|
1277
|
+
"docs": "components/confidence-indicator/index.html.md",
|
|
1278
|
+
"props": {
|
|
1279
|
+
"Level": {
|
|
1280
|
+
"prop": "level",
|
|
1281
|
+
"values": {
|
|
1282
|
+
"Low": "low",
|
|
1283
|
+
"Medium": "medium",
|
|
1284
|
+
"High": "high"
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"Basis#1166:0": {
|
|
1288
|
+
"prop": "basis"
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1067
1291
|
}
|
|
1068
1292
|
},
|
|
1069
1293
|
"byFigmaName": {
|
|
@@ -1421,10 +1645,19 @@
|
|
|
1421
1645
|
"prop": "icon"
|
|
1422
1646
|
},
|
|
1423
1647
|
"Size": {
|
|
1424
|
-
"
|
|
1648
|
+
"prop": "size",
|
|
1649
|
+
"values": {
|
|
1650
|
+
"Small": "sm",
|
|
1651
|
+
"Medium": "md",
|
|
1652
|
+
"Large": "lg"
|
|
1653
|
+
}
|
|
1425
1654
|
},
|
|
1426
1655
|
"Shape": {
|
|
1427
|
-
"
|
|
1656
|
+
"prop": "shape",
|
|
1657
|
+
"values": {
|
|
1658
|
+
"Pill": "pill",
|
|
1659
|
+
"Rounded": "rounded"
|
|
1660
|
+
}
|
|
1428
1661
|
}
|
|
1429
1662
|
}
|
|
1430
1663
|
},
|
|
@@ -2125,6 +2358,221 @@
|
|
|
2125
2358
|
"prop": "end"
|
|
2126
2359
|
}
|
|
2127
2360
|
}
|
|
2361
|
+
},
|
|
2362
|
+
"Agent Stop": {
|
|
2363
|
+
"figmaComponent": "Agent Stop",
|
|
2364
|
+
"figmaNodeId": "1156:296",
|
|
2365
|
+
"figmaPage": "Agent Stop",
|
|
2366
|
+
"component": "AgentStop",
|
|
2367
|
+
"import": "import { AgentStop } from 'ionbase-ui';",
|
|
2368
|
+
"docs": "components/agent-stop/index.html.md",
|
|
2369
|
+
"props": {
|
|
2370
|
+
"Size": {
|
|
2371
|
+
"prop": "size",
|
|
2372
|
+
"values": {
|
|
2373
|
+
"Small": "sm",
|
|
2374
|
+
"Medium": "md",
|
|
2375
|
+
"Large": "lg"
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
"State": {
|
|
2379
|
+
"ignore": "Default/Hover are CSS states; Stopping is the drawn form of isStopping"
|
|
2380
|
+
},
|
|
2381
|
+
"Label#1156:0": {
|
|
2382
|
+
"prop": "label"
|
|
2383
|
+
},
|
|
2384
|
+
"Stopping Label#1156:10": {
|
|
2385
|
+
"prop": "stoppingLabel"
|
|
2386
|
+
},
|
|
2387
|
+
"Focused#1156:20": {
|
|
2388
|
+
"ignore": "drawn focus ring; :focus-visible in code"
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
"Approval Gate": {
|
|
2393
|
+
"figmaComponent": "Approval Gate",
|
|
2394
|
+
"figmaNodeId": "1160:423",
|
|
2395
|
+
"figmaPage": "Approval Gate",
|
|
2396
|
+
"component": "ApprovalGate",
|
|
2397
|
+
"import": "import { ApprovalGate } from 'ionbase-ui';",
|
|
2398
|
+
"docs": "components/approval-gate/index.html.md",
|
|
2399
|
+
"props": {
|
|
2400
|
+
"Risk": {
|
|
2401
|
+
"prop": "risk",
|
|
2402
|
+
"values": {
|
|
2403
|
+
"Low": "low",
|
|
2404
|
+
"Medium": "medium",
|
|
2405
|
+
"High": "high"
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
"Status": {
|
|
2409
|
+
"prop": "status",
|
|
2410
|
+
"values": {
|
|
2411
|
+
"Pending": "pending",
|
|
2412
|
+
"Approved": "approved",
|
|
2413
|
+
"Rejected": "rejected",
|
|
2414
|
+
"Expired": "expired"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
"Title#1160:0": {
|
|
2418
|
+
"prop": "title"
|
|
2419
|
+
},
|
|
2420
|
+
"Detail#1160:13": {
|
|
2421
|
+
"prop": "children"
|
|
2422
|
+
},
|
|
2423
|
+
"Show Detail#1160:26": {
|
|
2424
|
+
"prop": "children",
|
|
2425
|
+
"note": "false means no children passed"
|
|
2426
|
+
},
|
|
2427
|
+
"Reject Label#1160:39": {
|
|
2428
|
+
"prop": "rejectLabel"
|
|
2429
|
+
},
|
|
2430
|
+
"Edit Label#1160:52": {
|
|
2431
|
+
"prop": "editLabel"
|
|
2432
|
+
},
|
|
2433
|
+
"Approve Label#1160:65": {
|
|
2434
|
+
"prop": "approveLabel"
|
|
2435
|
+
},
|
|
2436
|
+
"Show Edit#1160:78": {
|
|
2437
|
+
"prop": "onEdit",
|
|
2438
|
+
"note": "the Edit button renders only when onEdit is supplied"
|
|
2439
|
+
}
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
"Agent Activity": {
|
|
2443
|
+
"figmaComponent": "Agent Activity",
|
|
2444
|
+
"figmaNodeId": "1162:246",
|
|
2445
|
+
"figmaPage": "Agent Activity",
|
|
2446
|
+
"component": "AgentActivity",
|
|
2447
|
+
"import": "import { AgentActivity } from 'ionbase-ui';",
|
|
2448
|
+
"docs": "components/agent-activity/index.html.md",
|
|
2449
|
+
"props": {}
|
|
2450
|
+
},
|
|
2451
|
+
"Agent Activity Step": {
|
|
2452
|
+
"figmaComponent": "Agent Activity Step",
|
|
2453
|
+
"figmaNodeId": "1161:287",
|
|
2454
|
+
"figmaPage": "Agent Activity",
|
|
2455
|
+
"component": "AgentActivityStep",
|
|
2456
|
+
"import": "import { AgentActivityStep } from 'ionbase-ui';",
|
|
2457
|
+
"docs": "components/agent-activity-step/index.html.md",
|
|
2458
|
+
"props": {
|
|
2459
|
+
"Status": {
|
|
2460
|
+
"prop": "status",
|
|
2461
|
+
"values": {
|
|
2462
|
+
"Pending": "pending",
|
|
2463
|
+
"Active": "active",
|
|
2464
|
+
"Done": "done",
|
|
2465
|
+
"Failed": "failed",
|
|
2466
|
+
"Skipped": "skipped"
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
"Label#1162:0": {
|
|
2470
|
+
"prop": "children"
|
|
2471
|
+
},
|
|
2472
|
+
"Detail#1162:6": {
|
|
2473
|
+
"prop": "detail"
|
|
2474
|
+
},
|
|
2475
|
+
"Show Detail#1162:12": {
|
|
2476
|
+
"prop": "detail",
|
|
2477
|
+
"note": "false means detail is omitted"
|
|
2478
|
+
}
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
"Streaming Text": {
|
|
2482
|
+
"figmaComponent": "Streaming Text",
|
|
2483
|
+
"figmaNodeId": "1164:248",
|
|
2484
|
+
"figmaPage": "Streaming Text",
|
|
2485
|
+
"component": "StreamingText",
|
|
2486
|
+
"import": "import { StreamingText } from 'ionbase-ui';",
|
|
2487
|
+
"docs": "components/streaming-text/index.html.md",
|
|
2488
|
+
"props": {
|
|
2489
|
+
"Streaming": {
|
|
2490
|
+
"prop": "isStreaming",
|
|
2491
|
+
"values": {
|
|
2492
|
+
"True": true,
|
|
2493
|
+
"False": false
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
"Text#1164:0": {
|
|
2497
|
+
"prop": "children"
|
|
2498
|
+
}
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2501
|
+
"Citation": {
|
|
2502
|
+
"figmaComponent": "Citation",
|
|
2503
|
+
"figmaNodeId": "1167:247",
|
|
2504
|
+
"figmaPage": "Citation",
|
|
2505
|
+
"component": "Citation",
|
|
2506
|
+
"import": "import { Citation } from 'ionbase-ui';",
|
|
2507
|
+
"docs": "components/citation/index.html.md",
|
|
2508
|
+
"props": {
|
|
2509
|
+
"State": {
|
|
2510
|
+
"ignore": "Default/Hover is :hover in code"
|
|
2511
|
+
},
|
|
2512
|
+
"Index#1167:0": {
|
|
2513
|
+
"prop": "index"
|
|
2514
|
+
},
|
|
2515
|
+
"Focused#1167:3": {
|
|
2516
|
+
"ignore": "drawn focus ring; :focus-visible in code"
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
"Citation List": {
|
|
2521
|
+
"figmaComponent": "Citation List",
|
|
2522
|
+
"figmaNodeId": "1168:246",
|
|
2523
|
+
"figmaPage": "Citation",
|
|
2524
|
+
"component": "CitationList",
|
|
2525
|
+
"import": "import { CitationList } from 'ionbase-ui';",
|
|
2526
|
+
"docs": "components/citation-list/index.html.md",
|
|
2527
|
+
"props": {
|
|
2528
|
+
"Label#1168:4": {
|
|
2529
|
+
"prop": "label"
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
"Citation List Item": {
|
|
2534
|
+
"figmaComponent": "Citation List Item",
|
|
2535
|
+
"figmaNodeId": "1168:241",
|
|
2536
|
+
"figmaPage": "Citation",
|
|
2537
|
+
"component": "CitationListItem",
|
|
2538
|
+
"import": "import { CitationListItem } from 'ionbase-ui';",
|
|
2539
|
+
"docs": "components/citation-list-item/index.html.md",
|
|
2540
|
+
"props": {
|
|
2541
|
+
"Index#1168:0": {
|
|
2542
|
+
"prop": "index"
|
|
2543
|
+
},
|
|
2544
|
+
"Source#1168:1": {
|
|
2545
|
+
"prop": "source"
|
|
2546
|
+
},
|
|
2547
|
+
"Passage#1168:2": {
|
|
2548
|
+
"prop": "children"
|
|
2549
|
+
},
|
|
2550
|
+
"Show Passage#1168:3": {
|
|
2551
|
+
"prop": "children",
|
|
2552
|
+
"note": "false means no children passed"
|
|
2553
|
+
}
|
|
2554
|
+
}
|
|
2555
|
+
},
|
|
2556
|
+
"Confidence Indicator": {
|
|
2557
|
+
"figmaComponent": "Confidence Indicator",
|
|
2558
|
+
"figmaNodeId": "1166:262",
|
|
2559
|
+
"figmaPage": "Confidence Indicator",
|
|
2560
|
+
"component": "ConfidenceIndicator",
|
|
2561
|
+
"import": "import { ConfidenceIndicator } from 'ionbase-ui';",
|
|
2562
|
+
"docs": "components/confidence-indicator/index.html.md",
|
|
2563
|
+
"props": {
|
|
2564
|
+
"Level": {
|
|
2565
|
+
"prop": "level",
|
|
2566
|
+
"values": {
|
|
2567
|
+
"Low": "low",
|
|
2568
|
+
"Medium": "medium",
|
|
2569
|
+
"High": "high"
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
"Basis#1166:0": {
|
|
2573
|
+
"prop": "basis"
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2128
2576
|
}
|
|
2129
2577
|
},
|
|
2130
2578
|
"unmapped": {
|
|
@@ -2146,14 +2594,6 @@
|
|
|
2146
2594
|
"TableHead": "As Table — a code-side grouping element. Figma expresses a header row as a Table Row variant, not a separate component.",
|
|
2147
2595
|
"TableBody": "As TableHead.",
|
|
2148
2596
|
"ToastProvider": "Figma draws Toast, which is mapped. The provider is placement, queueing and the live region — runtime behaviour with nothing to draw.",
|
|
2149
|
-
"
|
|
2150
|
-
"ApprovalGate": "Agentic tier. Not yet drawn in Figma.",
|
|
2151
|
-
"StreamingText": "Agentic tier. Not yet drawn in Figma.",
|
|
2152
|
-
"AgentActivity": "Agentic tier. Not yet drawn in Figma.",
|
|
2153
|
-
"AgentActivityStep": "Agentic tier. Not yet drawn in Figma.",
|
|
2154
|
-
"Citation": "Agentic tier. Not yet drawn in Figma.",
|
|
2155
|
-
"CitationList": "Agentic tier. Not yet drawn in Figma.",
|
|
2156
|
-
"CitationListItem": "Agentic tier. Not yet drawn in Figma.",
|
|
2157
|
-
"ConfidenceIndicator": "Agentic tier. Not yet drawn in Figma."
|
|
2597
|
+
"EmptyState": "Not yet drawn in Figma. Repo-owned: the pattern tier demanded an empty state that the component tier did not ship, and it was built from that requirement rather than from a frame. Draw it and this line goes."
|
|
2158
2598
|
}
|
|
2159
2599
|
}
|
package/dist/meta/AgentStop.json
CHANGED
|
@@ -95,7 +95,6 @@
|
|
|
95
95
|
"--spacing-16",
|
|
96
96
|
"--spacing-20",
|
|
97
97
|
"--spacing-32",
|
|
98
|
-
"--spacing-4",
|
|
99
98
|
"--spacing-40",
|
|
100
99
|
"--spacing-48",
|
|
101
100
|
"--spacing-8",
|
|
@@ -107,9 +106,9 @@
|
|
|
107
106
|
"--text-error",
|
|
108
107
|
"--text-secondary",
|
|
109
108
|
"--type-body",
|
|
110
|
-
"--type-body-lg",
|
|
111
|
-
"--type-body-lg-line-height",
|
|
112
109
|
"--type-body-line-height",
|
|
110
|
+
"--type-body-md",
|
|
111
|
+
"--type-body-md-line-height",
|
|
113
112
|
"--type-body-sm",
|
|
114
113
|
"--type-body-sm-line-height"
|
|
115
114
|
],
|
package/dist/meta/Badge.json
CHANGED
|
@@ -42,6 +42,25 @@
|
|
|
42
42
|
"information": {
|
|
43
43
|
"use": "a neutral fact worth marking: Draft, Scheduled"
|
|
44
44
|
}
|
|
45
|
+
},
|
|
46
|
+
"size": {
|
|
47
|
+
"sm": {
|
|
48
|
+
"use": "the default. 20px tall on caption type — a marker beside a row, a cell or a title"
|
|
49
|
+
},
|
|
50
|
+
"md": {
|
|
51
|
+
"use": "24px on body-sm. Use when the badge sits in body copy and a caption-sized label would read as a footnote"
|
|
52
|
+
},
|
|
53
|
+
"lg": {
|
|
54
|
+
"use": "32px. A page-level status the eye should reach before the prose, not a marker in a list"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"shape": {
|
|
58
|
+
"pill": {
|
|
59
|
+
"use": "the default. Fully round at every size"
|
|
60
|
+
},
|
|
61
|
+
"rounded": {
|
|
62
|
+
"use": "a squarer corner that steps with the size — 4/6/8. Use when the badge sits in a grid of rectangular things and a pill reads as the odd one out"
|
|
63
|
+
}
|
|
45
64
|
}
|
|
46
65
|
},
|
|
47
66
|
"slots": {
|
|
@@ -84,13 +103,21 @@
|
|
|
84
103
|
"--icon-information",
|
|
85
104
|
"--icon-primary",
|
|
86
105
|
"--icon-secondary",
|
|
106
|
+
"--icon-size-2xs",
|
|
107
|
+
"--icon-size-md",
|
|
108
|
+
"--icon-size-sm",
|
|
87
109
|
"--icon-success",
|
|
88
110
|
"--icon-warning",
|
|
89
111
|
"--radius-full",
|
|
112
|
+
"--radius-md",
|
|
113
|
+
"--radius-sm",
|
|
114
|
+
"--radius-xs",
|
|
90
115
|
"--spacing-2",
|
|
116
|
+
"--spacing-20",
|
|
117
|
+
"--spacing-24",
|
|
118
|
+
"--spacing-32",
|
|
91
119
|
"--spacing-4",
|
|
92
120
|
"--spacing-6",
|
|
93
|
-
"--spacing-8",
|
|
94
121
|
"--surface-error-subtle",
|
|
95
122
|
"--surface-information-subtle",
|
|
96
123
|
"--surface-page",
|
|
@@ -103,6 +130,8 @@
|
|
|
103
130
|
"--text-secondary",
|
|
104
131
|
"--text-success",
|
|
105
132
|
"--text-warning",
|
|
133
|
+
"--type-body-sm",
|
|
134
|
+
"--type-body-sm-line-height",
|
|
106
135
|
"--type-caption",
|
|
107
136
|
"--type-caption-line-height"
|
|
108
137
|
],
|
|
@@ -121,6 +150,27 @@
|
|
|
121
150
|
"information"
|
|
122
151
|
]
|
|
123
152
|
},
|
|
153
|
+
"size": {
|
|
154
|
+
"type": "BadgeSize | undefined",
|
|
155
|
+
"required": false,
|
|
156
|
+
"origin": "own",
|
|
157
|
+
"description": "Figma's `Size` variant. Heights are 20 / 24 / 32, pinned rather than\nderived from padding. `sm` is the default and is the size this component\nshipped with before the ramp existed.",
|
|
158
|
+
"values": [
|
|
159
|
+
"sm",
|
|
160
|
+
"md",
|
|
161
|
+
"lg"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
"shape": {
|
|
165
|
+
"type": "BadgeShape | undefined",
|
|
166
|
+
"required": false,
|
|
167
|
+
"origin": "own",
|
|
168
|
+
"description": "Figma's `Shape` variant. `rounded` steps its corner with the size so the\nradius stays proportional; `pill` is fully round at every size.",
|
|
169
|
+
"values": [
|
|
170
|
+
"pill",
|
|
171
|
+
"rounded"
|
|
172
|
+
]
|
|
173
|
+
},
|
|
124
174
|
"dot": {
|
|
125
175
|
"type": "boolean | undefined",
|
|
126
176
|
"required": false,
|
|
@@ -140,7 +190,7 @@
|
|
|
140
190
|
}
|
|
141
191
|
},
|
|
142
192
|
"propCounts": {
|
|
143
|
-
"own":
|
|
193
|
+
"own": 6,
|
|
144
194
|
"aria": 0,
|
|
145
195
|
"dom": 277,
|
|
146
196
|
"other": 0
|