@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.
Files changed (58) hide show
  1. package/README.md +47 -47
  2. package/es/Cohere/style.d.ts +2 -2
  3. package/es/Cohere/style.js +2 -2
  4. package/es/CommandA/components/Color.d.ts +3 -1
  5. package/es/CommandA/components/Color.js +48 -1
  6. package/es/CommandA/components/Mono.d.ts +3 -1
  7. package/es/CommandA/components/Mono.js +45 -1
  8. package/es/CommandA/style.d.ts +2 -2
  9. package/es/CommandA/style.js +2 -2
  10. package/es/LangChain/components/Color.js +2 -2
  11. package/es/LangChain/components/Mono.js +2 -2
  12. package/es/LangGraph/components/Avatar.d.ts +5 -0
  13. package/es/LangGraph/components/Avatar.js +26 -0
  14. package/es/LangGraph/components/Color.d.ts +3 -0
  15. package/es/LangGraph/components/Color.js +42 -0
  16. package/es/LangGraph/components/Combine.d.ts +7 -0
  17. package/es/LangGraph/components/Combine.js +32 -0
  18. package/es/LangGraph/components/Mono.d.ts +3 -0
  19. package/es/LangGraph/components/Mono.js +42 -0
  20. package/es/LangGraph/components/Text.d.ts +3 -0
  21. package/es/LangGraph/components/Text.js +40 -0
  22. package/es/LangGraph/index.d.ts +15 -0
  23. package/es/LangGraph/index.js +16 -0
  24. package/es/LangGraph/style.d.ts +4 -0
  25. package/es/LangGraph/style.js +4 -0
  26. package/es/LangSmith/components/Avatar.d.ts +5 -0
  27. package/es/LangSmith/components/Avatar.js +26 -0
  28. package/es/LangSmith/components/Color.d.ts +3 -0
  29. package/es/LangSmith/components/Color.js +40 -0
  30. package/es/LangSmith/components/Combine.d.ts +7 -0
  31. package/es/LangSmith/components/Combine.js +32 -0
  32. package/es/LangSmith/components/Mono.d.ts +3 -0
  33. package/es/LangSmith/components/Mono.js +41 -0
  34. package/es/LangSmith/components/Text.d.ts +3 -0
  35. package/es/LangSmith/components/Text.js +40 -0
  36. package/es/LangSmith/index.d.ts +15 -0
  37. package/es/LangSmith/index.js +16 -0
  38. package/es/LangSmith/style.d.ts +4 -0
  39. package/es/LangSmith/style.js +4 -0
  40. package/es/LlamaIndex/components/Avatar.d.ts +5 -0
  41. package/es/LlamaIndex/components/Avatar.js +27 -0
  42. package/es/LlamaIndex/components/Color.d.ts +3 -0
  43. package/es/LlamaIndex/components/Color.js +66 -0
  44. package/es/LlamaIndex/components/Combine.d.ts +7 -0
  45. package/es/LlamaIndex/components/Combine.js +29 -0
  46. package/es/LlamaIndex/components/Mono.d.ts +3 -0
  47. package/es/LlamaIndex/components/Mono.js +41 -0
  48. package/es/LlamaIndex/components/Text.d.ts +3 -0
  49. package/es/LlamaIndex/components/Text.js +55 -0
  50. package/es/LlamaIndex/index.d.ts +15 -0
  51. package/es/LlamaIndex/index.js +16 -0
  52. package/es/LlamaIndex/style.d.ts +4 -0
  53. package/es/LlamaIndex/style.js +4 -0
  54. package/es/features/providerConfig.js +4 -0
  55. package/es/icons.d.ts +3 -0
  56. package/es/icons.js +3 -0
  57. package/es/toc.js +56 -2
  58. 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": "CommandA"
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": "provider",
2082
+ "group": "application",
2029
2083
  "id": "Railway",
2030
2084
  "param": {
2031
2085
  "hasAvatar": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.83.0",
3
+ "version": "1.85.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",