From 8dcd7073de1577b7942023436c10dbcd1f70bc56 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 02:34:31 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../custom-public/index.d.ts | 1 - .../custom-public/index.js | 1 - .../custom-public/index.mjs | 5 ++- .../base/markdown-blocks/code-block.tsx | 2 +- .../plugins/marketplace/home/home-hero.tsx | 33 +++++++++++-------- 5 files changed, 23 insertions(+), 19 deletions(-) diff --git a/packages/iconify-collections/custom-public/index.d.ts b/packages/iconify-collections/custom-public/index.d.ts index ecca5633d45..1963704265e 100644 --- a/packages/iconify-collections/custom-public/index.d.ts +++ b/packages/iconify-collections/custom-public/index.d.ts @@ -52,4 +52,3 @@ export declare const icons: IconifyJSON export declare const info: IconifyInfo export declare const metadata: IconifyMetaData export declare const chars: IconifyChars - diff --git a/packages/iconify-collections/custom-public/index.js b/packages/iconify-collections/custom-public/index.js index 81c1d0f5c47..109d0a817cb 100644 --- a/packages/iconify-collections/custom-public/index.js +++ b/packages/iconify-collections/custom-public/index.js @@ -6,4 +6,3 @@ const metadata = require('./metadata.json') const chars = require('./chars.json') module.exports = { icons, info, metadata, chars } - diff --git a/packages/iconify-collections/custom-public/index.mjs b/packages/iconify-collections/custom-public/index.mjs index 6c1108a92d0..8e1c0221306 100644 --- a/packages/iconify-collections/custom-public/index.mjs +++ b/packages/iconify-collections/custom-public/index.mjs @@ -1,7 +1,6 @@ +import chars from './chars.json' with { type: 'json' } import icons from './icons.json' with { type: 'json' } import info from './info.json' with { type: 'json' } import metadata from './metadata.json' with { type: 'json' } -import chars from './chars.json' with { type: 'json' } - -export { icons, info, metadata, chars } +export { chars, icons, info, metadata } diff --git a/web/app/components/base/markdown-blocks/code-block.tsx b/web/app/components/base/markdown-blocks/code-block.tsx index 82cbdf1af7f..bb26c78ee6e 100644 --- a/web/app/components/base/markdown-blocks/code-block.tsx +++ b/web/app/components/base/markdown-blocks/code-block.tsx @@ -549,7 +549,7 @@ const CodeBlock: any = memo(({ inline, className, children = '', ...props }: any
{language === 'svg' && }
diff --git a/web/app/components/plugins/marketplace/home/home-hero.tsx b/web/app/components/plugins/marketplace/home/home-hero.tsx index 31b8debbf1a..b299f750b7c 100644 --- a/web/app/components/plugins/marketplace/home/home-hero.tsx +++ b/web/app/components/plugins/marketplace/home/home-hero.tsx @@ -15,26 +15,36 @@ const heroDecorationIconFrameClassName = const DropboxIcon = () => ( - + ) const DuckDuckGoIcon = () => ( - + ) const GmailIcon = () => ( - + - - + + ) @@ -49,10 +59,7 @@ const HomeHero = ({ isMarketplacePlatform, subtitle, title }: HomeHeroProps) => )} >
-
+