@lobehub/icons 1.42.0 → 1.43.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.
@@ -1,4 +1,4 @@
1
- export declare const TITLE = "Bing";
1
+ export declare const TITLE = "Luma";
2
2
  export declare const TEXT_MULTIPLE = 0.7;
3
3
  export declare const SPACE_MULTIPLE = 0.2;
4
4
  export declare const COLOR_PRIMARY = "#000";
package/es/Luma/style.js CHANGED
@@ -1,4 +1,4 @@
1
- export var TITLE = 'Bing';
1
+ export var TITLE = 'Luma';
2
2
  export var TEXT_MULTIPLE = 0.7;
3
3
  export var SPACE_MULTIPLE = 0.2;
4
4
  export var COLOR_PRIMARY = '#000';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "1.42.0",
3
+ "version": "1.43.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -27,8 +27,8 @@
27
27
  "es"
28
28
  ],
29
29
  "scripts": {
30
- "build": "father build && npm run build:svg",
31
- "build:svg": "tsx scripts/svgWorkflow/index.ts",
30
+ "build": "father build",
31
+ "build:static": "tsx scripts/svgWorkflow/index.ts",
32
32
  "build:watch": "father dev",
33
33
  "ci": "npm run lint && npm run type-check",
34
34
  "clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache",
@@ -43,7 +43,8 @@
43
43
  "prepublishOnly": "npm run build",
44
44
  "prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
45
45
  "pull": "git pull",
46
- "release": "semantic-release && multi-semantic-release",
46
+ "release": "semantic-release",
47
+ "release:static": "multi-semantic-release",
47
48
  "setup": "dumi setup",
48
49
  "start": "npm run dev",
49
50
  "sync:md": "tsx scripts/readmeWorkflow/index.ts",