@lobehub/icons 2.45.0 → 2.47.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 +57 -57
- package/es/Ai2/components/Avatar.d.ts +5 -0
- package/es/Ai2/components/Avatar.js +25 -0
- package/es/Ai2/components/Color.d.ts +3 -0
- package/es/Ai2/components/Color.js +39 -0
- package/es/Ai2/components/Combine.d.ts +7 -0
- package/es/Ai2/components/Combine.js +32 -0
- package/es/Ai2/components/Mono.d.ts +3 -0
- package/es/Ai2/components/Mono.js +40 -0
- package/es/Ai2/components/Text.d.ts +3 -0
- package/es/Ai2/components/Text.js +39 -0
- package/es/Ai2/index.d.ts +16 -0
- package/es/Ai2/index.js +14 -0
- package/es/Ai2/style.d.ts +7 -0
- package/es/Ai2/style.js +9 -0
- package/es/Arcee/components/Avatar.d.ts +5 -0
- package/es/Arcee/components/Avatar.js +25 -0
- package/es/Arcee/components/Color.d.ts +3 -0
- package/es/Arcee/components/Color.js +39 -0
- package/es/Arcee/components/Combine.d.ts +7 -0
- package/es/Arcee/components/Combine.js +32 -0
- package/es/Arcee/components/Mono.d.ts +3 -0
- package/es/Arcee/components/Mono.js +40 -0
- package/es/Arcee/components/Text.d.ts +3 -0
- package/es/Arcee/components/Text.js +39 -0
- package/es/Arcee/index.d.ts +16 -0
- package/es/Arcee/index.js +14 -0
- package/es/Arcee/style.d.ts +7 -0
- package/es/Arcee/style.js +9 -0
- package/es/CodeFlicker/components/Avatar.d.ts +5 -0
- package/es/CodeFlicker/components/Avatar.js +25 -0
- package/es/CodeFlicker/components/Color.d.ts +3 -0
- package/es/CodeFlicker/components/Color.js +185 -0
- package/es/CodeFlicker/components/Combine.d.ts +7 -0
- package/es/CodeFlicker/components/Combine.js +32 -0
- package/es/CodeFlicker/components/Mono.d.ts +3 -0
- package/es/CodeFlicker/components/Mono.js +42 -0
- package/es/CodeFlicker/components/Text.d.ts +3 -0
- package/es/CodeFlicker/components/Text.js +43 -0
- package/es/CodeFlicker/index.d.ts +15 -0
- package/es/CodeFlicker/index.js +14 -0
- package/es/CodeFlicker/style.d.ts +7 -0
- package/es/CodeFlicker/style.js +9 -0
- package/es/CyberCut/components/Avatar.d.ts +5 -0
- package/es/CyberCut/components/Avatar.js +25 -0
- package/es/CyberCut/components/Combine.d.ts +5 -0
- package/es/CyberCut/components/Combine.js +27 -0
- package/es/CyberCut/components/Mono.d.ts +3 -0
- package/es/CyberCut/components/Mono.js +64 -0
- package/es/CyberCut/components/Text.d.ts +3 -0
- package/es/CyberCut/components/Text.js +42 -0
- package/es/CyberCut/index.d.ts +13 -0
- package/es/CyberCut/index.js +12 -0
- package/es/CyberCut/style.d.ts +7 -0
- package/es/CyberCut/style.js +9 -0
- package/es/DeepCogito/components/Avatar.d.ts +5 -0
- package/es/DeepCogito/components/Avatar.js +25 -0
- package/es/DeepCogito/components/Color.d.ts +3 -0
- package/es/DeepCogito/components/Color.js +39 -0
- package/es/DeepCogito/components/Combine.d.ts +7 -0
- package/es/DeepCogito/components/Combine.js +32 -0
- package/es/DeepCogito/components/Mono.d.ts +3 -0
- package/es/DeepCogito/components/Mono.js +40 -0
- package/es/DeepCogito/components/Text.d.ts +3 -0
- package/es/DeepCogito/components/Text.js +39 -0
- package/es/DeepCogito/index.d.ts +16 -0
- package/es/DeepCogito/index.js +14 -0
- package/es/DeepCogito/style.d.ts +7 -0
- package/es/DeepCogito/style.js +9 -0
- package/es/EssentialAI/components/Avatar.d.ts +5 -0
- package/es/EssentialAI/components/Avatar.js +25 -0
- package/es/EssentialAI/components/Color.d.ts +3 -0
- package/es/EssentialAI/components/Color.js +58 -0
- package/es/EssentialAI/components/Combine.d.ts +7 -0
- package/es/EssentialAI/components/Combine.js +32 -0
- package/es/EssentialAI/components/Mono.d.ts +3 -0
- package/es/EssentialAI/components/Mono.js +40 -0
- package/es/EssentialAI/components/Text.d.ts +3 -0
- package/es/EssentialAI/components/Text.js +39 -0
- package/es/EssentialAI/index.d.ts +16 -0
- package/es/EssentialAI/index.js +15 -0
- package/es/EssentialAI/style.d.ts +8 -0
- package/es/EssentialAI/style.js +10 -0
- package/es/Inception/components/Avatar.d.ts +5 -0
- package/es/Inception/components/Avatar.js +25 -0
- package/es/Inception/components/Combine.d.ts +5 -0
- package/es/Inception/components/Combine.js +26 -0
- package/es/Inception/components/Mono.d.ts +3 -0
- package/es/Inception/components/Mono.js +40 -0
- package/es/Inception/components/Text.d.ts +3 -0
- package/es/Inception/components/Text.js +47 -0
- package/es/Inception/index.d.ts +13 -0
- package/es/Inception/index.js +12 -0
- package/es/Inception/style.d.ts +7 -0
- package/es/Inception/style.js +9 -0
- package/es/KwaiKAT/components/Avatar.d.ts +5 -0
- package/es/KwaiKAT/components/Avatar.js +25 -0
- package/es/KwaiKAT/components/Combine.d.ts +5 -0
- package/es/KwaiKAT/components/Combine.js +26 -0
- package/es/KwaiKAT/components/Mono.d.ts +3 -0
- package/es/KwaiKAT/components/Mono.js +42 -0
- package/es/KwaiKAT/components/Text.d.ts +3 -0
- package/es/KwaiKAT/components/Text.js +44 -0
- package/es/KwaiKAT/components/TextColor.d.ts +3 -0
- package/es/KwaiKAT/components/TextColor.js +46 -0
- package/es/KwaiKAT/index.d.ts +15 -0
- package/es/KwaiKAT/index.js +14 -0
- package/es/KwaiKAT/style.d.ts +7 -0
- package/es/KwaiKAT/style.js +9 -0
- package/es/LobeHub/components/Color.js +343 -27
- package/es/LobeHub/components/Mono.js +21 -21
- package/es/LobeHub/components/Morden.d.ts +3 -0
- package/es/LobeHub/components/Morden.js +40 -0
- package/es/LobeHub/index.d.ts +2 -0
- package/es/LobeHub/index.js +2 -0
- package/es/LobeHub/style.d.ts +1 -1
- package/es/LobeHub/style.js +1 -1
- package/es/Morph/components/Avatar.d.ts +5 -0
- package/es/Morph/components/Avatar.js +25 -0
- package/es/Morph/components/Color.d.ts +3 -0
- package/es/Morph/components/Color.js +39 -0
- package/es/Morph/components/Combine.d.ts +7 -0
- package/es/Morph/components/Combine.js +32 -0
- package/es/Morph/components/Mono.d.ts +3 -0
- package/es/Morph/components/Mono.js +40 -0
- package/es/Morph/components/Text.d.ts +3 -0
- package/es/Morph/components/Text.js +42 -0
- package/es/Morph/index.d.ts +16 -0
- package/es/Morph/index.js +14 -0
- package/es/Morph/style.d.ts +7 -0
- package/es/Morph/style.js +9 -0
- package/es/Nova/components/Color.js +51 -105
- package/es/Nova/components/Mono.js +4 -13
- package/es/Nova/style.d.ts +2 -2
- package/es/Nova/style.js +1 -1
- package/es/Relace/components/Avatar.d.ts +5 -0
- package/es/Relace/components/Avatar.js +25 -0
- package/es/Relace/components/Combine.d.ts +5 -0
- package/es/Relace/components/Combine.js +26 -0
- package/es/Relace/components/Mono.d.ts +3 -0
- package/es/Relace/components/Mono.js +40 -0
- package/es/Relace/components/Text.d.ts +3 -0
- package/es/Relace/components/Text.js +39 -0
- package/es/Relace/index.d.ts +13 -0
- package/es/Relace/index.js +12 -0
- package/es/Relace/style.d.ts +7 -0
- package/es/Relace/style.js +9 -0
- package/es/Replicate/index.d.ts +1 -0
- package/es/Replicate/index.js +1 -0
- package/es/SearchApi/components/Mono.js +1 -1
- package/es/SearchApi/components/Text.js +2 -2
- package/es/SearchApi/style.d.ts +3 -3
- package/es/SearchApi/style.js +3 -3
- package/es/StreamLake/components/Avatar.d.ts +5 -0
- package/es/StreamLake/components/Avatar.js +25 -0
- package/es/StreamLake/components/Color.d.ts +3 -0
- package/es/StreamLake/components/Color.js +39 -0
- package/es/StreamLake/components/Combine.d.ts +7 -0
- package/es/StreamLake/components/Combine.js +32 -0
- package/es/StreamLake/components/Mono.d.ts +3 -0
- package/es/StreamLake/components/Mono.js +40 -0
- package/es/StreamLake/components/Text.d.ts +3 -0
- package/es/StreamLake/components/Text.js +39 -0
- package/es/StreamLake/index.d.ts +15 -0
- package/es/StreamLake/index.js +14 -0
- package/es/StreamLake/style.d.ts +7 -0
- package/es/StreamLake/style.js +9 -0
- package/es/features/modelConfig.js +33 -1
- package/es/features/providerConfig.js +5 -0
- package/es/features/providerEnum.d.ts +1 -0
- package/es/features/providerEnum.js +1 -0
- package/es/icons.d.ts +11 -0
- package/es/icons.js +11 -0
- package/es/toc.js +205 -6
- package/package.json +3 -3
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
width: size,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
+
}, rest), {}, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
+
children: TITLE
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M23 23H1V1h22v22zM2.962 15.232c1.969.3 5.028.42 7.78-.171.904-.195 1.743-.46 2.49-.803-1.395-3.4-1.675-5.766-1.264-7.378.466-1.823 1.799-2.59 2.998-2.602h.01c.688 0 2.117.177 3.081 1.35 1.003 1.22 1.216 3.152.26 5.991-.504 1.493-1.437 2.616-2.594 3.456 1.323 2.993 2.11 4.498 2.588 5.284.223.367.372.564.467.679h2.26V2.962H2.962v12.27zm11.05.827c-.912.413-1.887.711-2.857.92-2.91.626-6.059.527-8.193.234v3.825h13.471c-.527-.92-1.287-2.424-2.421-4.98zm.97-9.82c-.323.005-.87.181-1.112 1.127-.25.975-.161 2.776 1.055 5.84.705-.598 1.233-1.329 1.531-2.213.868-2.576.455-3.67.086-4.119-.406-.494-1.09-.633-1.56-.634z"
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
export default Icon;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 100 24",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, rest), {}, {
|
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
33
|
+
children: TITLE
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M72.78 6.374c4.534 0 6.583 2.15 7.221 5.911l-3.393.639c-.47-2.015-1.41-3.36-3.896-3.36-2.586 0-4.198 1.647-4.198 5.106 0 3.19 1.477 5.138 4.299 5.139 2.552 0 3.426-1.578 3.896-3.493l3.325.806C79.396 20.783 77.18 23 72.847 23c-4.971 0-8.028-2.889-8.028-8.195 0-5.307 3.124-8.431 7.96-8.431zm-43.378 0c4.77 0 7.087 2.889 7.087 7.222 0 .604.001 1.31-.066 2.115H25.036c.269 2.855 1.713 4.3 4.4 4.3 2.52 0 3.392-1.21 3.829-2.721l3.09.873c-.739 2.855-2.72 4.803-6.953 4.803-4.836 0-7.96-2.821-7.96-8.094 0-5.34 3.023-8.498 7.96-8.498zm61.269 0c4.77 0 7.087 2.889 7.087 7.222 0 .604 0 1.31-.067 2.115H86.305c.268 2.855 1.713 4.3 4.4 4.3 2.519 0 3.393-1.21 3.83-2.721l3.089.873c-.739 2.855-2.721 4.803-6.953 4.803-4.836 0-7.96-2.821-7.96-8.094 0-5.34 3.023-8.498 7.96-8.498zm-35.796.033c4.568 0 6.517 2.15 6.517 6.08v10.077h-3.426v-3.762h-.37c-.806 2.552-2.62 4.097-5.407 4.097-2.822 0-4.804-1.343-4.804-4.433 0-2.821 1.713-4.87 5.71-4.87h4.703V12.52c0-2.05-.84-3.225-3.057-3.225-1.847 0-2.922.94-3.325 2.788l-3.426-.772c.605-2.99 2.855-4.905 6.885-4.905zM10.464 2.41c5.038 0 7.423 2.117 7.423 6.113 0 3.158-1.613 5.24-4.434 6.08l5.61 7.59v.37h-4.467L9.59 15.007H5.829v7.558H2V2.41h8.464zm33.34 20.154h-3.626V1h3.627v21.564zM53.7 15.98c-1.814 0-2.855.672-2.855 1.982 0 1.142.705 2.116 2.754 2.116 2.519 0 4.199-1.478 4.199-3.46v-.637H53.7zM29.302 9.162c-2.452 0-3.897 1.31-4.233 4.131h8.095c-.135-2.72-1.343-4.13-3.862-4.13zm61.268 0c-2.451 0-3.895 1.31-4.231 4.131h8.094c-.135-2.72-1.344-4.13-3.863-4.13zm-84.74 2.62h4.298c2.62 0 3.997-1.008 3.997-3.158 0-2.049-1.041-2.99-3.93-2.99H5.83v6.147z"
|
|
36
|
+
})]
|
|
37
|
+
}));
|
|
38
|
+
});
|
|
39
|
+
export default Icon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import Avatar from './components/Avatar';
|
|
2
|
+
import Combine from './components/Combine';
|
|
3
|
+
import Mono from './components/Mono';
|
|
4
|
+
import Text from './components/Text';
|
|
5
|
+
export type CompoundedIcon = typeof Mono & {
|
|
6
|
+
Avatar: typeof Avatar;
|
|
7
|
+
Combine: typeof Combine;
|
|
8
|
+
Text: typeof Text;
|
|
9
|
+
colorPrimary: string;
|
|
10
|
+
title: string;
|
|
11
|
+
};
|
|
12
|
+
declare const Icons: CompoundedIcon;
|
|
13
|
+
export default Icons;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import Avatar from "./components/Avatar";
|
|
2
|
+
import Combine from "./components/Combine";
|
|
3
|
+
import Mono from "./components/Mono";
|
|
4
|
+
import Text from "./components/Text";
|
|
5
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
6
|
+
var Icons = Mono;
|
|
7
|
+
Icons.Text = Text;
|
|
8
|
+
Icons.Combine = Combine;
|
|
9
|
+
Icons.Avatar = Avatar;
|
|
10
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
|
11
|
+
Icons.title = TITLE;
|
|
12
|
+
export default Icons;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const TITLE = "Relace";
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.8;
|
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export declare const COLOR_PRIMARY = "#000";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#000";
|
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.66;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var TITLE = 'Relace';
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.8;
|
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export var COLOR_PRIMARY = '#000';
|
|
5
|
+
|
|
6
|
+
// Avatar constants
|
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
+
export var AVATAR_COLOR = '#fff';
|
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.66;
|
package/es/Replicate/index.d.ts
CHANGED
package/es/Replicate/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
33
33
|
children: [/*#__PURE__*/_jsx("title", {
|
|
34
34
|
children: TITLE
|
|
35
35
|
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
-
d: "
|
|
36
|
+
d: "M12.822 22.133H11.18V14.15h1.643v7.982zm-3.288-4.456A3.128 3.128 0 016.41 20.8H5.59v-1.645h.821c.816 0 1.48-.664 1.48-1.48v-4.41h1.644v4.41zm6.575 0c0 .815.664 1.48 1.48 1.48h.821V20.8h-.821a3.127 3.127 0 01-3.123-3.124v-4.411h1.643v4.41zM12 1c4.08 0 7.396 3.318 7.396 7.396v7.11a1.481 1.481 0 002.96 0V11.56H24v3.947c0 1.722-1.4 3.123-3.123 3.123a3.127 3.127 0 01-3.124-3.123v-7.11A5.76 5.76 0 0012 2.643a5.76 5.76 0 00-5.753 5.752v7.11a3.128 3.128 0 01-3.125 3.124A3.126 3.126 0 010 15.507V11.56h1.644v3.947c0 .815.663 1.48 1.478 1.48.817 0 1.48-.665 1.48-1.48v-7.11C4.603 4.317 7.922 1 12 1zm-1.174 10.56H8.941V8.566h1.885v2.995zm4.232-2.995v2.995h-1.883V8.566h1.883z"
|
|
37
37
|
})]
|
|
38
38
|
}));
|
|
39
39
|
});
|
|
@@ -26,13 +26,13 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
26
26
|
flex: 'none',
|
|
27
27
|
lineHeight: 1
|
|
28
28
|
}, style),
|
|
29
|
-
viewBox: "0 0
|
|
29
|
+
viewBox: "0 0 116 24",
|
|
30
30
|
xmlns: "http://www.w3.org/2000/svg"
|
|
31
31
|
}, rest), {}, {
|
|
32
32
|
children: [/*#__PURE__*/_jsx("title", {
|
|
33
33
|
children: TITLE
|
|
34
34
|
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
-
d: "
|
|
35
|
+
d: "M101.793 7.213c1.238 0 2.21.201 2.921.605.708.405 1.216 1.074 1.52 2.005.307.932.459 2.223.459 3.872 0 1.65-.158 2.948-.471 3.896-.314.948-.821 1.63-1.521 2.04-.701.412-1.67.619-2.908.619-1.285 0-2.275-.171-2.968-.518v4.269h-3.687V7.51h1.782l.741 1.136c.397-.51.925-.877 1.585-1.1.66-.223 1.508-.333 2.547-.333zM7.616 4.046c1.831 0 3.637.197 5.42.593l-.473 2.944a18.963 18.963 0 00-2.15-.334 23.845 23.845 0 00-2.13-.087c-.84 0-1.54.042-2.102.123v3.019l2.276.173c1.336.117 2.398.347 3.18.693.784.346 1.347.854 1.695 1.523.346.668.519 1.547.519 2.634 0 1.187-.207 2.14-.619 2.857-.413.717-1.064 1.242-1.954 1.572-.892.33-2.08.495-3.562.495-2.096 0-4.001-.247-5.716-.742l.519-3.043c1.568.462 3.218.692 4.949.692.84 0 1.64-.049 2.4-.148v-2.993l-2.277-.199c-1.401-.116-2.485-.33-3.254-.643-.765-.314-1.315-.78-1.645-1.398-.33-.62-.494-1.474-.494-2.561 0-1.287.177-2.3.532-3.044.354-.741.918-1.281 1.694-1.62.776-.337 1.84-.506 3.192-.506zm14.251 3.167c1.42 0 2.51.115 3.277.346.77.23 1.313.627 1.634 1.187.321.56.482 1.362.482 2.4 0 1.106-.202 1.938-.606 2.498-.404.563-1.265 1.508-3.135 1.508h-3.582v2.08c.51.133 1.245.198 2.202.198 1.254 0 2.697-.205 4.33-.619l.47 2.575c-1.5.527-3.258.79-5.27.79-1.403 0-2.51-.207-3.328-.618-.816-.412-1.41-1.088-1.78-2.029-.372-.94-.558-2.219-.558-3.834 0-1.584.193-2.846.581-3.787.388-.939 1.006-1.624 1.856-2.052.849-.43 1.993-.643 3.427-.643zm14.004 0c1.815 0 3.116.3 3.908.902.792.602 1.188 1.596 1.188 2.983v8.783h-1.78l-.966-1.238c-1.22 1.022-2.656 1.533-4.304 1.533-1.436 0-2.471-.308-3.106-.926-.634-.62-.953-1.621-.953-3.008 0-1.104.19-1.938.569-2.498.379-.56 1.048-.954 2.006-1.175.955-.223 2.39-.335 4.302-.335h.546v-2.078c-.413-.132-1.039-.197-1.882-.197-1.417 0-2.927.207-4.526.618l-.472-2.572a13.994 13.994 0 012.587-.595 20.83 20.83 0 012.883-.197zm22.094 0c.709 0 1.46.045 2.252.136.79.09 1.408.2 1.854.333l-.37 2.624c-1.008-.232-1.833-.347-2.788-.347-.708 0-1.533.14-2.086.476v6.797c.444.133 1.08.198 1.905.198 1.055 0 2.143-.205 3.265-.619l.322 2.573c-1.254.53-2.706.792-4.354.792-1.27 0-2.27-.207-2.994-.618-.725-.412-1.25-1.084-1.573-2.016-.32-.932-.482-2.215-.482-3.849 0-1.631.162-2.915.482-3.846.323-.932.848-1.604 1.573-2.016.725-.411 1.723-.618 2.994-.618zm55.507 12.668h-3.688V7.51h3.688v12.37zm-62.188-9.155c-.462.1-1 .275-1.608.53-.61.258-1.08.508-1.41.757v7.867H44.58V7.51h1.806l1.113 1.805c1.155-1.122 2.601-1.958 3.785-2.177v3.588zm17.27-2.573c1.754-.4 3.81-.941 4.879-.941 2.135 0 2.643 1.657 2.643 2.45V19.88H72.39v-9.65h-3.76v9.65H64.94V3.563h3.614v4.59zM92.913 19.88h-3.687l-.816-2.969h-5.222l-.815 2.969h-3.686l4.28-15.463h5.666l4.28 15.463zm-59.664-2.302h4.033v-3.263h-4.033v3.263zm65.577-.174h3.908v-7.347h-3.908v7.347zm-14.87-3.24h3.687l-1.73-6.26h-.225l-1.732 6.26zm-64.019-1.038h4.008V9.984h-4.008v3.142zm93.537-7.683h-3.685V2h3.685v3.443z"
|
|
36
36
|
})]
|
|
37
37
|
}));
|
|
38
38
|
});
|
package/es/SearchApi/style.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const TITLE = "SearchApi";
|
|
2
|
-
export declare const COMBINE_TEXT_MULTIPLE = 0.
|
|
3
|
-
export declare const COMBINE_SPACE_MULTIPLE = 0.
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.75;
|
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
4
|
export declare const COLOR_PRIMARY = "#4f46e5";
|
|
5
5
|
export declare const AVATAR_BACKGROUND = "#4f46e5";
|
|
6
|
-
export declare const AVATAR_COLOR = "#
|
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
|
7
7
|
export declare const AVATAR_ICON_MULTIPLE = 0.75;
|
package/es/SearchApi/style.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export var TITLE = 'SearchApi';
|
|
2
|
-
export var COMBINE_TEXT_MULTIPLE = 0.
|
|
3
|
-
export var COMBINE_SPACE_MULTIPLE = 0.
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.75;
|
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
4
|
export var COLOR_PRIMARY = '#4f46e5';
|
|
5
5
|
|
|
6
6
|
// Avatar constants
|
|
7
7
|
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
-
export var AVATAR_COLOR = '#
|
|
8
|
+
export var AVATAR_COLOR = '#fff';
|
|
9
9
|
export var AVATAR_ICON_MULTIPLE = 0.75;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
|
10
|
+
import { memo } from 'react';
|
|
11
|
+
import IconAvatar from "../../features/IconAvatar";
|
|
12
|
+
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
|
|
13
|
+
import Mono from "./Mono";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
16
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
17
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
18
|
+
Icon: Mono,
|
|
19
|
+
"aria-label": TITLE,
|
|
20
|
+
background: AVATAR_BACKGROUND,
|
|
21
|
+
color: AVATAR_COLOR,
|
|
22
|
+
iconMultiple: AVATAR_ICON_MULTIPLE
|
|
23
|
+
}, rest));
|
|
24
|
+
});
|
|
25
|
+
export default Avatar;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
height: size,
|
|
23
|
+
style: _objectSpread({
|
|
24
|
+
flex: 'none',
|
|
25
|
+
lineHeight: 1
|
|
26
|
+
}, style),
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
width: size,
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
30
|
+
}, rest), {}, {
|
|
31
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
32
|
+
children: TITLE
|
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
+
d: "M12 3.9c-2.54 0-4.88-.92-6.76-2.44-.18-.14-.44-.12-.56.08L.98 6.42c-.12.16-.1.4.06.54C4.04 9.6 7.86 11.2 12 11.2c4.14 0 7.96-1.58 10.96-4.24.16-.14.18-.38.06-.54l-3.68-4.9c-.14-.18-.4-.22-.56-.08-1.88 1.54-4.22 2.44-6.76 2.44L12 3.9zM12 20.1c-2.54 0-4.88.92-6.76 2.44-.18.14-.44.12-.56-.08L1 17.56c-.12-.16-.1-.4.06-.54 3-2.64 6.82-4.24 10.96-4.24 4.14 0 7.96 1.58 10.96 4.24.16.14.18.38.06.54l-3.68 4.9c-.14.18-.4.22-.56.08-1.88-1.54-4.22-2.44-6.76-2.44H12z",
|
|
35
|
+
fill: "#1D70FF"
|
|
36
|
+
})]
|
|
37
|
+
}));
|
|
38
|
+
});
|
|
39
|
+
export default Icon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
|
4
|
+
type?: 'color' | 'mono';
|
|
5
|
+
}
|
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
|
7
|
+
export default Combine;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["type"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import IconCombine from "../../features/IconCombine";
|
|
14
|
+
import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
|
|
15
|
+
import Color from "./Color";
|
|
16
|
+
import Mono from "./Mono";
|
|
17
|
+
import Text from "./Text";
|
|
18
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
19
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
20
|
+
var _ref$type = _ref.type,
|
|
21
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
|
22
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
23
|
+
var Icon = type === 'color' ? Color : Mono;
|
|
24
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
25
|
+
Icon: Icon,
|
|
26
|
+
Text: Text,
|
|
27
|
+
"aria-label": TITLE,
|
|
28
|
+
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
|
29
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
30
|
+
}, rest));
|
|
31
|
+
});
|
|
32
|
+
export default Combine;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
width: size,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
+
}, rest), {}, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
+
children: TITLE
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M12 3.9c-2.54 0-4.88-.92-6.76-2.44-.18-.14-.44-.12-.56.08L.98 6.42c-.12.16-.1.4.06.54C4.04 9.6 7.86 11.2 12 11.2c4.14 0 7.96-1.58 10.96-4.24.16-.14.18-.38.06-.54l-3.68-4.9c-.14-.18-.4-.22-.56-.08-1.88 1.54-4.22 2.44-6.76 2.44L12 3.9zM12 20.1c-2.54 0-4.88.92-6.76 2.44-.18.14-.44.12-.56-.08L1 17.56c-.12-.16-.1-.4.06-.54 3-2.64 6.82-4.24 10.96-4.24 4.14 0 7.96 1.58 10.96 4.24.16.14.18.38.06.54l-3.68 4.9c-.14.18-.4.22-.56.08-1.88-1.54-4.22-2.44-6.76-2.44H12z"
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
export default Icon;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 160 24",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, rest), {}, {
|
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
33
|
+
children: TITLE
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M48.504 4.769c1.642 0 3.096.39 4.378 1.172a7.996 7.996 0 012.955 3.128c.688 1.314 1.032 2.752 1.032 4.331 0 .282-.016.61-.047 1.017 0 .063-.062.11-.125.11v.03H43.562s-.078.047-.078.079c.22 1.282.767 2.298 1.642 3.049.907.766 2.018 1.157 3.362 1.157.657 0 1.25-.094 1.83-.281a4.682 4.682 0 002.517-2.001.245.245 0 01.203-.126h3.253c.078 0 .14.094.11.172-.657 1.673-1.674 2.971-3.034 3.925-1.423.985-3.05 1.47-4.863 1.47-2.408 0-4.426-.829-6.036-2.47-1.61-1.643-2.424-3.691-2.424-6.146s.813-4.504 2.424-6.146c1.61-1.642 3.628-2.47 6.036-2.47zm101.468 0c1.641 0 3.096.39 4.378 1.172a7.998 7.998 0 012.955 3.128c.688 1.314 1.032 2.752 1.032 4.331 0 .282-.016.61-.047 1.017 0 .062-.063.11-.125.11v.03H145.03s-.078.047-.078.079c.219 1.282.766 2.298 1.642 3.049.907.766 2.017 1.157 3.361 1.157a5.82 5.82 0 001.83-.281 4.682 4.682 0 002.518-2.001.245.245 0 01.203-.126h3.253c.078 0 .14.094.109.172-.657 1.673-1.674 2.971-3.034 3.925-1.423.985-3.049 1.47-4.862 1.47-2.408 0-4.426-.829-6.036-2.47-1.611-1.643-2.424-3.691-2.424-6.146s.813-4.504 2.424-6.146c1.61-1.641 3.628-2.47 6.036-2.47zM9.74 0c2.267 0 4.113.578 5.41 1.751 1.251 1.126 1.892 2.627 1.939 4.52 0 .14-.11.25-.234.25h-2.987a.24.24 0 01-.234-.235c-.047-.907-.423-1.626-1.11-2.158-.735-.579-1.69-.86-2.846-.86-1.157 0-2.049.235-2.783.72-.735.484-1.11 1.141-1.11 1.986 0 .359.093.703.28 1 .188.297.391.547.641.75.25.188.61.376 1.095.563.484.188.891.314 1.235.407.328.094.829.219 1.47.375l1.142.282c.25.062.625.171 1.11.312.485.156.86.282 1.126.392.266.11.594.265 1 .468.407.204.72.408.94.61.218.204.468.454.75.766.28.298.484.626.625.955.14.328.266.719.36 1.157.093.438.156.891.156 1.391 0 2.064-.735 3.675-2.19 4.817-1.454 1.141-3.299 1.72-5.535 1.72-1.595 0-3.002-.282-4.221-.845l.046-.016c-1.204-.563-2.142-1.392-2.814-2.455-.625-1-.97-2.157-1.001-3.486 0-.141.11-.25.234-.25h3.05c.124 0 .235.109.235.234.047 1.032.468 1.845 1.25 2.455.844.657 1.908.985 3.206.985 1.172 0 2.173-.281 2.986-.86.813-.578 1.22-1.33 1.22-2.267 0-.344-.063-.657-.172-.939a1.783 1.783 0 00-.547-.734c-.25-.204-.5-.376-.735-.532-.235-.157-.58-.297-1.033-.438a15.28 15.28 0 00-1.11-.313l-1.282-.313c-.625-.14-1.11-.265-1.423-.344a42.68 42.68 0 01-1.36-.422c-.579-.187-1.032-.375-1.345-.563a13.99 13.99 0 01-1.11-.75c-.423-.313-.75-.657-.954-1.001a5.578 5.578 0 01-.563-1.298 5.744 5.744 0 01-.25-1.704c0-1.908.673-3.394 2.017-4.473C5.66.532 7.474 0 9.74 0zm57.184 4.676c2.173 0 4.128.813 5.66 2.127l-.016-.016c1.736 1.486 2.863 3.784 2.863 6.333v8.053c0 .125-.11.234-.236.234h-2.204a.235.235 0 01-.234-.203l-.22-1.5c0-.048-.062-.079-.11-.048-1.485 1.267-3.408 2.142-5.503 2.142h-.203c-2.377 0-4.363-.813-5.943-2.455-1.563-1.61-2.36-3.628-2.377-6.051v-.063c0-2.454.798-4.488 2.377-6.114 1.58-1.626 3.566-2.44 5.943-2.44h.203zm52.337 0c2.173 0 4.128.813 5.66 2.127l-.016-.016c1.736 1.486 2.862 3.784 2.862 6.333v8.053a.241.241 0 01-.235.234h-2.205a.235.235 0 01-.234-.203l-.219-1.5c0-.048-.062-.079-.109-.048-1.486 1.267-3.409 2.142-5.504 2.142h-.203c-2.377 0-4.363-.813-5.943-2.455-1.563-1.61-2.361-3.627-2.377-6.051v-.063c0-2.454.798-4.488 2.377-6.114 1.58-1.626 3.566-2.44 5.943-2.44h.203zM24.329 1.329s.125.047.125.125v3.597s.047.125.125.125h4.504a.24.24 0 01.234.234v2.408a.24.24 0 01-.234.235H24.61c-.003.001-.124.048-.125.125v7.302c0 .97.267 1.72.798 2.252.532.532 1.283.798 2.283.798h1.61a.24.24 0 01.235.235h-.016v2.595a.24.24 0 01-.234.235H26.91c-1.204 0-2.235-.235-3.095-.704-.86-.47-1.549-1.141-2.003-2.017-.469-.876-.703-1.924-.703-3.112V8.178c-.002-.007-.05-.125-.126-.125h-2.705c-.008-.003-.125-.05-.125-.125v-.39c0-.001 0-.063.032-.079L23.86 1.36a.198.198 0 01.094-.03h.375zM40.31 5.113a.24.24 0 01.235.235v2.69a.24.24 0 01-.235.233h-1.533c-2.798 0-4.206 1.518-4.206 4.567v8.522a.24.24 0 01-.234.235h-2.893a.24.24 0 01-.234-.235V5.41a.24.24 0 01.234-.234h1.86a.25.25 0 01.235.187l.501 1.94c.006.005.095.076.125.031 1.173-1.486 2.815-2.22 4.926-2.22h1.22zm62.282-4.018a.24.24 0 01.234.234v16.888s.047.126.125.126h7.115c.157 0 .313.078.391.203h.031l1.814 2.674a.24.24 0 01-.203.375H99.464c-.007-.003-.125-.05-.125-.125V1.33a.24.24 0 01.234-.235h3.019zM132.505.89a.24.24 0 01.234.235v9.788s.078.094.125.047l6.255-5.879a.505.505 0 01.328-.125h3.269c.219 0 .312.25.172.406l-7.162 7.397c-.003.008-.046.126 0 .172l7.74 8.068c.141.156.031.406-.172.406h-3.377a.427.427 0 01-.329-.14l-6.708-6.505c-.006 0-.125.001-.125.047h-.016v6.348a.24.24 0 01-.234.235h-2.893a.24.24 0 01-.234-.235V1.126a.24.24 0 01.234-.235h2.893zM82.889 5.207c1.688 0 3.175.657 4.238 1.72.016.015.047.015.063 0 1.06-1.061 2.559-1.718 4.228-1.72 3.28.004 5.857 2.786 5.857 5.974v10.21h-2.971a.241.241 0 01-.235-.234V10.915c0-1.423-1.141-2.486-2.658-2.486s-2.658 1.079-2.658 2.517v10.211a.24.24 0 01-.234.235h-2.737a.24.24 0 01-.234-.235v-10.21c0-1.44-1.143-2.518-2.66-2.518-1.516 0-2.657 1.063-2.657 2.486v10.242a.24.24 0 01-.235.235H77.26a.24.24 0 01-.235-.235v-9.976c0-3.206 2.58-5.974 5.864-5.974zm-15.95 2.674c-1.438 0-2.69.501-3.737 1.517-.985 1.08-1.47 2.315-1.47 3.847s.5 2.815 1.486 3.831c.985 1.017 2.22 1.532 3.737 1.532s2.752-.516 3.722-1.532c.97-1.016 1.454-2.299 1.454-3.847 0-1.547-.485-2.814-1.454-3.83-.985-1.017-2.299-1.518-3.738-1.518zm52.353 0c-1.439 0-2.69.501-3.737 1.517-.985 1.08-1.47 2.315-1.47 3.847s.5 2.815 1.485 3.831c.985 1.016 2.221 1.532 3.738 1.532 1.516 0 2.752-.515 3.721-1.532.97-1.016 1.454-2.299 1.454-3.847 0-1.547-.484-2.814-1.454-3.83-.985-1.017-2.298-1.518-3.737-1.518zm-70.804-.047c-1.25 0-2.33.36-3.206 1.063-.86.688-1.438 1.642-1.735 2.83 0 .047.031.094.078.094h9.758c.005-.003.078-.048.078-.094a5.432 5.432 0 00-.985-2.048 4.795 4.795 0 00-1.72-1.376c-.688-.329-1.44-.469-2.268-.469zm101.467 0c-1.251 0-2.329.36-3.205 1.063-.86.688-1.438 1.642-1.735 2.83 0 .047.031.094.078.094h9.757s.077-.047.078-.094c-.204-.797-.531-1.47-.985-2.048a4.79 4.79 0 00-1.72-1.376c-.688-.329-1.439-.469-2.268-.469z"
|
|
36
|
+
})]
|
|
37
|
+
}));
|
|
38
|
+
});
|
|
39
|
+
export default Icon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import Avatar from './components/Avatar';
|
|
2
|
+
import Color from './components/Color';
|
|
3
|
+
import Combine from './components/Combine';
|
|
4
|
+
import Mono from './components/Mono';
|
|
5
|
+
import Text from './components/Text';
|
|
6
|
+
export type CompoundedIcon = typeof Mono & {
|
|
7
|
+
Avatar: typeof Avatar;
|
|
8
|
+
Color: typeof Color;
|
|
9
|
+
Combine: typeof Combine;
|
|
10
|
+
Text: typeof Text;
|
|
11
|
+
colorPrimary: string;
|
|
12
|
+
title: string;
|
|
13
|
+
};
|
|
14
|
+
declare const Icons: CompoundedIcon;
|
|
15
|
+
export default Icons;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import Avatar from "./components/Avatar";
|
|
2
|
+
import Color from "./components/Color";
|
|
3
|
+
import Combine from "./components/Combine";
|
|
4
|
+
import Mono from "./components/Mono";
|
|
5
|
+
import Text from "./components/Text";
|
|
6
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
7
|
+
var Icons = Mono;
|
|
8
|
+
Icons.Color = Color;
|
|
9
|
+
Icons.Text = Text;
|
|
10
|
+
Icons.Combine = Combine;
|
|
11
|
+
Icons.Avatar = Avatar;
|
|
12
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
+
Icons.title = TITLE;
|
|
14
|
+
export default Icons;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const TITLE = "StreamLake";
|
|
2
|
+
export declare const COLOR_PRIMARY = "#1D70FF";
|
|
3
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.75;
|
|
4
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#1D70FF";
|
|
6
|
+
export declare const AVATAR_COLOR = "#fff";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.7;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var TITLE = 'StreamLake';
|
|
2
|
+
export var COLOR_PRIMARY = '#1D70FF';
|
|
3
|
+
export var COMBINE_TEXT_MULTIPLE = 0.75;
|
|
4
|
+
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
5
|
+
|
|
6
|
+
// Avatar constants
|
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
+
export var AVATAR_COLOR = '#fff';
|
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.7;
|
|
@@ -77,7 +77,15 @@ import Voyage from "../Voyage";
|
|
|
77
77
|
import Wenxin from "../Wenxin";
|
|
78
78
|
import Yi from "../Yi";
|
|
79
79
|
import ZAI from "../ZAI";
|
|
80
|
-
import
|
|
80
|
+
import Nova from "../Nova";
|
|
81
|
+
import Kwaipilot from "../Kwaipilot";
|
|
82
|
+
import Ai2 from "../Ai2";
|
|
83
|
+
import Arcee from "../Arcee";
|
|
84
|
+
import DeepCogito from "../DeepCogito";
|
|
85
|
+
import EssentialAI from "../EssentialAI";
|
|
86
|
+
import Inception from "../Inception";
|
|
87
|
+
import Morph from "../Morph";
|
|
88
|
+
import Relace from "../Relace";
|
|
81
89
|
|
|
82
90
|
// Define a type for our model mapping
|
|
83
91
|
|
|
@@ -199,6 +207,27 @@ export var modelMappings = [{
|
|
|
199
207
|
}, {
|
|
200
208
|
Icon: OpenRouter,
|
|
201
209
|
keywords: ['^openrouter']
|
|
210
|
+
}, {
|
|
211
|
+
Icon: Relace,
|
|
212
|
+
keywords: ['^relace-', '/relace-']
|
|
213
|
+
}, {
|
|
214
|
+
Icon: Arcee,
|
|
215
|
+
keywords: ['^trinity-', '/trinity-', 'afm-4.5b', 'caller-large', 'spotlight', 'maestro-reasoning', 'virtuoso-medium-v2', 'virtuoso-large', 'coder-large', 'arcee-blitz']
|
|
216
|
+
}, {
|
|
217
|
+
Icon: EssentialAI,
|
|
218
|
+
keywords: ['^rnj-', '/rnj-']
|
|
219
|
+
}, {
|
|
220
|
+
Icon: DeepCogito,
|
|
221
|
+
keywords: ['^deepcogito-', '/deepcogito-']
|
|
222
|
+
}, {
|
|
223
|
+
Icon: Morph,
|
|
224
|
+
keywords: ['^morph-', '/morph-']
|
|
225
|
+
}, {
|
|
226
|
+
Icon: Ai2,
|
|
227
|
+
keywords: ['^olmo-', '/olmo-']
|
|
228
|
+
}, {
|
|
229
|
+
Icon: Inception,
|
|
230
|
+
keywords: ['^mercury-', '/mercury-']
|
|
202
231
|
}, {
|
|
203
232
|
Icon: OpenChat,
|
|
204
233
|
keywords: ['^openchat']
|
|
@@ -358,4 +387,7 @@ export var modelMappings = [{
|
|
|
358
387
|
}, {
|
|
359
388
|
Icon: Kwaipilot,
|
|
360
389
|
keywords: ['kat-']
|
|
390
|
+
}, {
|
|
391
|
+
Icon: Nova,
|
|
392
|
+
keywords: ['^nova-', '/nova-']
|
|
361
393
|
}];
|
|
@@ -72,6 +72,7 @@ import Perplexity from "../Perplexity";
|
|
|
72
72
|
import Player2 from "../Player2";
|
|
73
73
|
import Qiniu from "../Qiniu";
|
|
74
74
|
import Qwen from "../Qwen";
|
|
75
|
+
import Replicate from "../Replicate";
|
|
75
76
|
import SambaNova from "../SambaNova";
|
|
76
77
|
import Search1API from "../Search1API";
|
|
77
78
|
import SenseNova from "../SenseNova";
|
|
@@ -477,6 +478,10 @@ export var providerMappings = [{
|
|
|
477
478
|
}, {
|
|
478
479
|
Icon: Bfl,
|
|
479
480
|
keywords: [ModelProvider.Bfl]
|
|
481
|
+
}, {
|
|
482
|
+
Icon: Replicate,
|
|
483
|
+
combineMultiple: 0.9,
|
|
484
|
+
keywords: [ModelProvider.Replicate]
|
|
480
485
|
}, {
|
|
481
486
|
Icon: Nebius,
|
|
482
487
|
combineMultiple: 0.75,
|