mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
- add the integrations page sidebar with collapsible icon-only navigation and Figma-aligned marketplace card - move custom integration SVGs into the iconify collection and document the Tailwind i-custom workflow - preserve source SVG collection dimensions when flattening generated icon data so existing main nav icons keep their 20x20 viewBox - add an icon dimension guard for layout-sensitive generated icons - update model provider routing, i18n, and focused frontend tests
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"name": "@dify/iconify-collections",
|
|
"version": "0.0.0-private",
|
|
"private": true,
|
|
"exports": {
|
|
"./custom-public": {
|
|
"types": "./custom-public/index.d.ts",
|
|
"import": "./custom-public/index.mjs",
|
|
"require": "./custom-public/index.js"
|
|
},
|
|
"./custom-public/icons.json": "./custom-public/icons.json",
|
|
"./custom-public/info.json": "./custom-public/info.json",
|
|
"./custom-public/metadata.json": "./custom-public/metadata.json",
|
|
"./custom-public/chars.json": "./custom-public/chars.json",
|
|
"./custom-vender": {
|
|
"types": "./custom-vender/index.d.ts",
|
|
"import": "./custom-vender/index.mjs",
|
|
"require": "./custom-vender/index.js"
|
|
},
|
|
"./custom-vender/icons.json": "./custom-vender/icons.json",
|
|
"./custom-vender/info.json": "./custom-vender/info.json",
|
|
"./custom-vender/metadata.json": "./custom-vender/metadata.json",
|
|
"./custom-vender/chars.json": "./custom-vender/chars.json"
|
|
},
|
|
"scripts": {
|
|
"check:dimensions": "tsx ./scripts/check-icon-dimensions.ts",
|
|
"generate": "tsx ./scripts/generate-collections.ts"
|
|
},
|
|
"devDependencies": {
|
|
"iconify-import-svg": "catalog:",
|
|
"tsx": "catalog:"
|
|
}
|
|
}
|