@lobehub/icons-rn 2.5.0 → 2.6.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/dist/index.d.mts CHANGED
@@ -252,6 +252,7 @@ declare enum RNModelProvider {
252
252
  Spark = "spark",
253
253
  Stability = "stability",
254
254
  StateCloud = "statecloud",
255
+ StepFunCodingPlan = "stepfuncodingplan",
255
256
  Stepfun = "stepfun",
256
257
  Straico = "straico",
257
258
  StreamLake = "streamlake",
package/dist/index.d.ts CHANGED
@@ -252,6 +252,7 @@ declare enum RNModelProvider {
252
252
  Spark = "spark",
253
253
  Stability = "stability",
254
254
  StateCloud = "statecloud",
255
+ StepFunCodingPlan = "stepfuncodingplan",
255
256
  Stepfun = "stepfun",
256
257
  Straico = "straico",
257
258
  StreamLake = "streamlake",
package/dist/index.js CHANGED
@@ -27102,6 +27102,7 @@ var RNModelProvider = /* @__PURE__ */ ((RNModelProvider2) => {
27102
27102
  RNModelProvider2["Spark"] = "spark";
27103
27103
  RNModelProvider2["Stability"] = "stability";
27104
27104
  RNModelProvider2["StateCloud"] = "statecloud";
27105
+ RNModelProvider2["StepFunCodingPlan"] = "stepfuncodingplan";
27105
27106
  RNModelProvider2["Stepfun"] = "stepfun";
27106
27107
  RNModelProvider2["Straico"] = "straico";
27107
27108
  RNModelProvider2["StreamLake"] = "streamlake";
@@ -27289,7 +27290,11 @@ var rnProviderMappings = [
27289
27290
  combineMultiple: 1.1,
27290
27291
  keywords: ["qwen" /* Qwen */]
27291
27292
  },
27292
- { Icon: Stepfun_default, combineMultiple: 0.83, keywords: ["stepfun" /* Stepfun */] },
27293
+ {
27294
+ Icon: Stepfun_default,
27295
+ combineMultiple: 0.83,
27296
+ keywords: ["stepfun" /* Stepfun */, "stepfuncodingplan" /* StepFunCodingPlan */]
27297
+ },
27293
27298
  { Icon: Spark_default, combineMultiple: 0.92, keywords: ["spark" /* Spark */] },
27294
27299
  { Icon: Fireworks_default, combineMultiple: 1.14, keywords: ["fireworksai" /* FireworksAI */] },
27295
27300
  { Icon: Baichuan_default, combineMultiple: 0.83, keywords: ["baichuan" /* Baichuan */] },