@lobehub/icons-rn 1.7.3 → 1.7.4
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/esm/index.js +8401 -8367
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.mts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +8401 -8367
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import React__default, { ComponentType, FC } from 'react';
|
|
3
|
-
import { ViewStyle } from 'react-native';
|
|
3
|
+
import { ViewStyle, TextStyle } from 'react-native';
|
|
4
4
|
|
|
5
5
|
interface RNIconProps$1 {
|
|
6
6
|
color?: string;
|
|
@@ -22,7 +22,7 @@ interface RNIconCombineProps$1 extends RNIconProps$1 {
|
|
|
22
22
|
Text?: ComponentType<RNIconProps$1>;
|
|
23
23
|
color?: string;
|
|
24
24
|
extra?: string;
|
|
25
|
-
extraStyle?: ViewStyle;
|
|
25
|
+
extraStyle?: ViewStyle & TextStyle;
|
|
26
26
|
iconProps?: Partial<RNIconAvatarProps$2>;
|
|
27
27
|
inverse?: boolean;
|
|
28
28
|
showLogo?: boolean;
|
|
@@ -149,6 +149,7 @@ declare enum RNModelProvider {
|
|
|
149
149
|
Bedrock = "bedrock",
|
|
150
150
|
Bfl = "bfl",
|
|
151
151
|
BurnCloud = "burncloud",
|
|
152
|
+
Cerebras = "cerebras",
|
|
152
153
|
Cloudflare = "cloudflare",
|
|
153
154
|
Cohere = "cohere",
|
|
154
155
|
CometAPI = "cometapi",
|
|
@@ -169,6 +170,7 @@ declare enum RNModelProvider {
|
|
|
169
170
|
Jina = "jina",
|
|
170
171
|
LmStudio = "lmstudio",
|
|
171
172
|
LobeHub = "lobehub",
|
|
173
|
+
LongCat = "longcat",
|
|
172
174
|
Minimax = "minimax",
|
|
173
175
|
Mistral = "mistral",
|
|
174
176
|
ModelScope = "modelscope",
|
|
@@ -178,6 +180,7 @@ declare enum RNModelProvider {
|
|
|
178
180
|
Novita = "novita",
|
|
179
181
|
Nvidia = "nvidia",
|
|
180
182
|
Ollama = "ollama",
|
|
183
|
+
OllamaCloud = "ollamacloud",
|
|
181
184
|
OpenAI = "openai",
|
|
182
185
|
OpenRouter = "openrouter",
|
|
183
186
|
PPIO = "ppio",
|
|
@@ -192,12 +195,14 @@ declare enum RNModelProvider {
|
|
|
192
195
|
SophNet = "sophnet",
|
|
193
196
|
Spark = "spark",
|
|
194
197
|
Stepfun = "stepfun",
|
|
198
|
+
Straico = "straico",
|
|
195
199
|
Taichu = "taichu",
|
|
196
200
|
TencentCloud = "tencentcloud",
|
|
197
201
|
TogetherAI = "togetherai",
|
|
198
202
|
Upstage = "upstage",
|
|
199
203
|
V0 = "v0",
|
|
200
204
|
VLLM = "vllm",
|
|
205
|
+
Vercel = "vercelaigateway",
|
|
201
206
|
VertexAI = "vertexai",
|
|
202
207
|
Volcengine = "volcengine",
|
|
203
208
|
Wenxin = "wenxin",
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import React__default, { ComponentType, FC } from 'react';
|
|
3
|
-
import { ViewStyle } from 'react-native';
|
|
3
|
+
import { ViewStyle, TextStyle } from 'react-native';
|
|
4
4
|
|
|
5
5
|
interface RNIconProps$1 {
|
|
6
6
|
color?: string;
|
|
@@ -22,7 +22,7 @@ interface RNIconCombineProps$1 extends RNIconProps$1 {
|
|
|
22
22
|
Text?: ComponentType<RNIconProps$1>;
|
|
23
23
|
color?: string;
|
|
24
24
|
extra?: string;
|
|
25
|
-
extraStyle?: ViewStyle;
|
|
25
|
+
extraStyle?: ViewStyle & TextStyle;
|
|
26
26
|
iconProps?: Partial<RNIconAvatarProps$2>;
|
|
27
27
|
inverse?: boolean;
|
|
28
28
|
showLogo?: boolean;
|
|
@@ -149,6 +149,7 @@ declare enum RNModelProvider {
|
|
|
149
149
|
Bedrock = "bedrock",
|
|
150
150
|
Bfl = "bfl",
|
|
151
151
|
BurnCloud = "burncloud",
|
|
152
|
+
Cerebras = "cerebras",
|
|
152
153
|
Cloudflare = "cloudflare",
|
|
153
154
|
Cohere = "cohere",
|
|
154
155
|
CometAPI = "cometapi",
|
|
@@ -169,6 +170,7 @@ declare enum RNModelProvider {
|
|
|
169
170
|
Jina = "jina",
|
|
170
171
|
LmStudio = "lmstudio",
|
|
171
172
|
LobeHub = "lobehub",
|
|
173
|
+
LongCat = "longcat",
|
|
172
174
|
Minimax = "minimax",
|
|
173
175
|
Mistral = "mistral",
|
|
174
176
|
ModelScope = "modelscope",
|
|
@@ -178,6 +180,7 @@ declare enum RNModelProvider {
|
|
|
178
180
|
Novita = "novita",
|
|
179
181
|
Nvidia = "nvidia",
|
|
180
182
|
Ollama = "ollama",
|
|
183
|
+
OllamaCloud = "ollamacloud",
|
|
181
184
|
OpenAI = "openai",
|
|
182
185
|
OpenRouter = "openrouter",
|
|
183
186
|
PPIO = "ppio",
|
|
@@ -192,12 +195,14 @@ declare enum RNModelProvider {
|
|
|
192
195
|
SophNet = "sophnet",
|
|
193
196
|
Spark = "spark",
|
|
194
197
|
Stepfun = "stepfun",
|
|
198
|
+
Straico = "straico",
|
|
195
199
|
Taichu = "taichu",
|
|
196
200
|
TencentCloud = "tencentcloud",
|
|
197
201
|
TogetherAI = "togetherai",
|
|
198
202
|
Upstage = "upstage",
|
|
199
203
|
V0 = "v0",
|
|
200
204
|
VLLM = "vllm",
|
|
205
|
+
Vercel = "vercelaigateway",
|
|
201
206
|
VertexAI = "vertexai",
|
|
202
207
|
Volcengine = "volcengine",
|
|
203
208
|
Wenxin = "wenxin",
|