@lobehub/icons 1.83.0 → 1.85.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/README.md +47 -47
- package/es/Cohere/style.d.ts +2 -2
- package/es/Cohere/style.js +2 -2
- package/es/CommandA/components/Color.d.ts +3 -1
- package/es/CommandA/components/Color.js +48 -1
- package/es/CommandA/components/Mono.d.ts +3 -1
- package/es/CommandA/components/Mono.js +45 -1
- package/es/CommandA/style.d.ts +2 -2
- package/es/CommandA/style.js +2 -2
- package/es/LangChain/components/Color.js +2 -2
- package/es/LangChain/components/Mono.js +2 -2
- package/es/LangGraph/components/Avatar.d.ts +5 -0
- package/es/LangGraph/components/Avatar.js +26 -0
- package/es/LangGraph/components/Color.d.ts +3 -0
- package/es/LangGraph/components/Color.js +42 -0
- package/es/LangGraph/components/Combine.d.ts +7 -0
- package/es/LangGraph/components/Combine.js +32 -0
- package/es/LangGraph/components/Mono.d.ts +3 -0
- package/es/LangGraph/components/Mono.js +42 -0
- package/es/LangGraph/components/Text.d.ts +3 -0
- package/es/LangGraph/components/Text.js +40 -0
- package/es/LangGraph/index.d.ts +15 -0
- package/es/LangGraph/index.js +16 -0
- package/es/LangGraph/style.d.ts +4 -0
- package/es/LangGraph/style.js +4 -0
- package/es/LangSmith/components/Avatar.d.ts +5 -0
- package/es/LangSmith/components/Avatar.js +26 -0
- package/es/LangSmith/components/Color.d.ts +3 -0
- package/es/LangSmith/components/Color.js +40 -0
- package/es/LangSmith/components/Combine.d.ts +7 -0
- package/es/LangSmith/components/Combine.js +32 -0
- package/es/LangSmith/components/Mono.d.ts +3 -0
- package/es/LangSmith/components/Mono.js +41 -0
- package/es/LangSmith/components/Text.d.ts +3 -0
- package/es/LangSmith/components/Text.js +40 -0
- package/es/LangSmith/index.d.ts +15 -0
- package/es/LangSmith/index.js +16 -0
- package/es/LangSmith/style.d.ts +4 -0
- package/es/LangSmith/style.js +4 -0
- package/es/LlamaIndex/components/Avatar.d.ts +5 -0
- package/es/LlamaIndex/components/Avatar.js +27 -0
- package/es/LlamaIndex/components/Color.d.ts +3 -0
- package/es/LlamaIndex/components/Color.js +66 -0
- package/es/LlamaIndex/components/Combine.d.ts +7 -0
- package/es/LlamaIndex/components/Combine.js +29 -0
- package/es/LlamaIndex/components/Mono.d.ts +3 -0
- package/es/LlamaIndex/components/Mono.js +41 -0
- package/es/LlamaIndex/components/Text.d.ts +3 -0
- package/es/LlamaIndex/components/Text.js +55 -0
- package/es/LlamaIndex/index.d.ts +15 -0
- package/es/LlamaIndex/index.js +16 -0
- package/es/LlamaIndex/style.d.ts +4 -0
- package/es/LlamaIndex/style.js +4 -0
- package/es/features/providerConfig.js +4 -0
- package/es/icons.d.ts +3 -0
- package/es/icons.js +3 -0
- package/es/toc.js +56 -2
- package/package.json +1 -1
package/es/toc.js
CHANGED
@@ -544,7 +544,7 @@ var toc = [{
|
|
544
544
|
"hasTextCn": false,
|
545
545
|
"hasTextColor": false
|
546
546
|
},
|
547
|
-
"title": "
|
547
|
+
"title": "Cohere"
|
548
548
|
}, {
|
549
549
|
"color": "#F9AB00",
|
550
550
|
"desc": "https://colab.research.google.com/",
|
@@ -1328,6 +1328,42 @@ var toc = [{
|
|
1328
1328
|
"hasTextColor": false
|
1329
1329
|
},
|
1330
1330
|
"title": "LangChain"
|
1331
|
+
}, {
|
1332
|
+
"color": "#1C3C3C",
|
1333
|
+
"desc": "https://langchain.com/LangGraph",
|
1334
|
+
"docsUrl": "lang-graph",
|
1335
|
+
"fullTitle": "LangGraph (LangChain)",
|
1336
|
+
"group": "application",
|
1337
|
+
"id": "LangGraph",
|
1338
|
+
"param": {
|
1339
|
+
"hasAvatar": true,
|
1340
|
+
"hasBrand": false,
|
1341
|
+
"hasBrandColor": false,
|
1342
|
+
"hasColor": true,
|
1343
|
+
"hasCombine": true,
|
1344
|
+
"hasText": true,
|
1345
|
+
"hasTextCn": false,
|
1346
|
+
"hasTextColor": false
|
1347
|
+
},
|
1348
|
+
"title": "LangGraph"
|
1349
|
+
}, {
|
1350
|
+
"color": "#1C3C3C",
|
1351
|
+
"desc": "https://langchain.com/langsmith",
|
1352
|
+
"docsUrl": "lang-smith",
|
1353
|
+
"fullTitle": "LangSmith (LangChain)",
|
1354
|
+
"group": "application",
|
1355
|
+
"id": "LangSmith",
|
1356
|
+
"param": {
|
1357
|
+
"hasAvatar": true,
|
1358
|
+
"hasBrand": false,
|
1359
|
+
"hasBrandColor": false,
|
1360
|
+
"hasColor": true,
|
1361
|
+
"hasCombine": true,
|
1362
|
+
"hasText": true,
|
1363
|
+
"hasTextCn": false,
|
1364
|
+
"hasTextColor": false
|
1365
|
+
},
|
1366
|
+
"title": "LangSmith"
|
1331
1367
|
}, {
|
1332
1368
|
"color": "#000",
|
1333
1369
|
"desc": "https://langfuse.com",
|
@@ -1382,6 +1418,24 @@ var toc = [{
|
|
1382
1418
|
"hasTextColor": false
|
1383
1419
|
},
|
1384
1420
|
"title": "LiveKit"
|
1421
|
+
}, {
|
1422
|
+
"color": "#000",
|
1423
|
+
"desc": "https://llamaindex.ai",
|
1424
|
+
"docsUrl": "llama-index",
|
1425
|
+
"fullTitle": "LlamaIndex",
|
1426
|
+
"group": "application",
|
1427
|
+
"id": "LlamaIndex",
|
1428
|
+
"param": {
|
1429
|
+
"hasAvatar": true,
|
1430
|
+
"hasBrand": false,
|
1431
|
+
"hasBrandColor": false,
|
1432
|
+
"hasColor": true,
|
1433
|
+
"hasCombine": true,
|
1434
|
+
"hasText": true,
|
1435
|
+
"hasTextCn": false,
|
1436
|
+
"hasTextColor": false
|
1437
|
+
},
|
1438
|
+
"title": "LlamaIndex"
|
1385
1439
|
}, {
|
1386
1440
|
"color": "#4338CA",
|
1387
1441
|
"colorGradient": "linear-gradient(135deg, #6C78EF, #4F14BE)",
|
@@ -2025,7 +2079,7 @@ var toc = [{
|
|
2025
2079
|
"desc": "https://railway.com",
|
2026
2080
|
"docsUrl": "railway",
|
2027
2081
|
"fullTitle": "Railway",
|
2028
|
-
"group": "
|
2082
|
+
"group": "application",
|
2029
2083
|
"id": "Railway",
|
2030
2084
|
"param": {
|
2031
2085
|
"hasAvatar": true,
|