@lobehub/icons 1.53.0 → 1.55.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 +22 -22
- package/es/Ideogram/components/Avatar.d.ts +5 -0
- package/es/Ideogram/components/Avatar.js +28 -0
- package/es/Ideogram/components/Combine.d.ts +5 -0
- package/es/Ideogram/components/Combine.js +26 -0
- package/es/Ideogram/components/Mono.d.ts +3 -0
- package/es/Ideogram/components/Mono.js +41 -0
- package/es/Ideogram/components/Text.d.ts +3 -0
- package/es/Ideogram/components/Text.js +40 -0
- package/es/Ideogram/index.d.ts +13 -0
- package/es/Ideogram/index.js +14 -0
- package/es/Ideogram/style.d.ts +4 -0
- package/es/Ideogram/style.js +4 -0
- package/es/LangChain/components/Avatar.d.ts +5 -0
- package/es/LangChain/components/Avatar.js +26 -0
- package/es/LangChain/components/Color.d.ts +3 -0
- package/es/LangChain/components/Color.js +45 -0
- package/es/LangChain/components/Combine.d.ts +7 -0
- package/es/LangChain/components/Combine.js +32 -0
- package/es/LangChain/components/Mono.d.ts +3 -0
- package/es/LangChain/components/Mono.js +44 -0
- package/es/LangChain/components/Text.d.ts +3 -0
- package/es/LangChain/components/Text.js +48 -0
- package/es/LangChain/index.d.ts +15 -0
- package/es/LangChain/index.js +16 -0
- package/es/LangChain/style.d.ts +4 -0
- package/es/LangChain/style.js +4 -0
- package/es/Udio/components/Avatar.d.ts +5 -0
- package/es/Udio/components/Avatar.js +28 -0
- package/es/Udio/components/Color.d.ts +3 -0
- package/es/Udio/components/Color.js +40 -0
- package/es/Udio/components/Combine.d.ts +7 -0
- package/es/Udio/components/Combine.js +36 -0
- package/es/Udio/components/Mono.d.ts +3 -0
- package/es/Udio/components/Mono.js +41 -0
- package/es/Udio/components/Text.d.ts +3 -0
- package/es/Udio/components/Text.js +48 -0
- package/es/Udio/index.d.ts +13 -0
- package/es/Udio/index.js +14 -0
- package/es/Udio/style.d.ts +4 -0
- package/es/Udio/style.js +4 -0
- package/es/features/modelConfig.js +8 -0
- package/es/icons.d.ts +3 -0
- package/es/icons.js +3 -0
- package/es/toc.js +54 -0
- package/package.json +1 -1
package/es/toc.js
CHANGED
@@ -985,6 +985,24 @@ var toc = [{
|
|
985
985
|
"hasTextColor": false
|
986
986
|
},
|
987
987
|
"title": "Hunyuan"
|
988
|
+
}, {
|
989
|
+
"color": "#000",
|
990
|
+
"desc": "https://ideogram.ai",
|
991
|
+
"docsUrl": "ideogram",
|
992
|
+
"fullTitle": "Ideogram",
|
993
|
+
"group": "application",
|
994
|
+
"id": "Ideogram",
|
995
|
+
"param": {
|
996
|
+
"hasAvatar": true,
|
997
|
+
"hasBrand": false,
|
998
|
+
"hasBrandColor": false,
|
999
|
+
"hasColor": false,
|
1000
|
+
"hasCombine": true,
|
1001
|
+
"hasText": true,
|
1002
|
+
"hasTextCn": false,
|
1003
|
+
"hasTextColor": false
|
1004
|
+
},
|
1005
|
+
"title": "Ideogram"
|
988
1006
|
}, {
|
989
1007
|
"color": "#1B3882",
|
990
1008
|
"desc": "https://internlm.intern-ai.org.cn",
|
@@ -1059,6 +1077,24 @@ var toc = [{
|
|
1059
1077
|
"hasTextColor": false
|
1060
1078
|
},
|
1061
1079
|
"title": "LLaVA"
|
1080
|
+
}, {
|
1081
|
+
"color": "#1C3C3C",
|
1082
|
+
"desc": "https://langchain.com",
|
1083
|
+
"docsUrl": "lang-chain",
|
1084
|
+
"fullTitle": "LangChain",
|
1085
|
+
"group": "application",
|
1086
|
+
"id": "LangChain",
|
1087
|
+
"param": {
|
1088
|
+
"hasAvatar": true,
|
1089
|
+
"hasBrand": false,
|
1090
|
+
"hasBrandColor": false,
|
1091
|
+
"hasColor": true,
|
1092
|
+
"hasCombine": true,
|
1093
|
+
"hasText": true,
|
1094
|
+
"hasTextCn": false,
|
1095
|
+
"hasTextColor": false
|
1096
|
+
},
|
1097
|
+
"title": "LangChain"
|
1062
1098
|
}, {
|
1063
1099
|
"color": "#000",
|
1064
1100
|
"desc": "https://langfuse.com",
|
@@ -1788,6 +1824,24 @@ var toc = [{
|
|
1788
1824
|
"hasTextColor": false
|
1789
1825
|
},
|
1790
1826
|
"title": "together.ai"
|
1827
|
+
}, {
|
1828
|
+
"color": "#e30a5d",
|
1829
|
+
"desc": "https://www.udio.com",
|
1830
|
+
"docsUrl": "udio",
|
1831
|
+
"fullTitle": "Udio",
|
1832
|
+
"group": "application",
|
1833
|
+
"id": "Udio",
|
1834
|
+
"param": {
|
1835
|
+
"hasAvatar": true,
|
1836
|
+
"hasBrand": false,
|
1837
|
+
"hasBrandColor": false,
|
1838
|
+
"hasColor": true,
|
1839
|
+
"hasCombine": false,
|
1840
|
+
"hasText": true,
|
1841
|
+
"hasTextCn": false,
|
1842
|
+
"hasTextColor": false
|
1843
|
+
},
|
1844
|
+
"title": "Udio"
|
1791
1845
|
}, {
|
1792
1846
|
"color": "#908AF9",
|
1793
1847
|
"colorGradient": "linear-gradient(to bottom, #AEBCFE, #805DFA)",
|