diff --git a/packages/frontend/component/package.json b/packages/frontend/component/package.json index 9a3a414e31..b22f9bb0eb 100644 --- a/packages/frontend/component/package.json +++ b/packages/frontend/component/package.json @@ -14,7 +14,7 @@ }, "peerDependencies": { "@blocksuite/affine": "*", - "@blocksuite/icons": "2.1.71" + "@blocksuite/icons": "2.1.72" }, "dependencies": { "@affine/cli": "workspace:*", diff --git a/packages/frontend/core/src/mobile/components/explorer/sections/collections/index.tsx b/packages/frontend/core/src/mobile/components/explorer/sections/collections/index.tsx index 2f8aea083a..349e0f3faa 100644 --- a/packages/frontend/core/src/mobile/components/explorer/sections/collections/index.tsx +++ b/packages/frontend/core/src/mobile/components/explorer/sections/collections/index.tsx @@ -6,6 +6,7 @@ import { ExplorerTreeRoot } from '@affine/core/modules/explorer/views/tree'; import { WorkbenchService } from '@affine/core/modules/workbench'; import { useI18n } from '@affine/i18n'; import { track } from '@affine/track'; +import { AddCollectionIcon } from '@blocksuite/icons/rc'; import { useLiveData, useServices } from '@toeverything/infra'; import { nanoid } from 'nanoid'; import { useCallback } from 'react'; @@ -75,6 +76,7 @@ export const ExplorerCollections = () => { /> ))} } data-testid="explorer-bar-add-collection-button" label={t['com.affine.rootAppSidebar.collection.new']()} onClick={() => handleCreateCollection()} diff --git a/packages/frontend/core/src/mobile/components/explorer/sections/organize/index.tsx b/packages/frontend/core/src/mobile/components/explorer/sections/organize/index.tsx index 60fd4592f7..ebd60bc715 100644 --- a/packages/frontend/core/src/mobile/components/explorer/sections/organize/index.tsx +++ b/packages/frontend/core/src/mobile/components/explorer/sections/organize/index.tsx @@ -6,6 +6,7 @@ import { import { OrganizeService } from '@affine/core/modules/organize'; import { useI18n } from '@affine/i18n'; import track from '@affine/track'; +import { AddOrganizeIcon } from '@blocksuite/icons/rc'; import { useLiveData, useServices } from '@toeverything/infra'; import { useCallback, useState } from 'react'; @@ -54,6 +55,7 @@ export const ExplorerOrganize = () => { ))} } data-testid="explorer-bar-add-organize-button" label={t['com.affine.rootAppSidebar.organize.add-folder']()} onClick={() => setOpenNewFolderDialog(true)} diff --git a/packages/frontend/core/src/mobile/components/explorer/sections/tags/index.tsx b/packages/frontend/core/src/mobile/components/explorer/sections/tags/index.tsx index d18b4ecc00..d98a73ce8c 100644 --- a/packages/frontend/core/src/mobile/components/explorer/sections/tags/index.tsx +++ b/packages/frontend/core/src/mobile/components/explorer/sections/tags/index.tsx @@ -3,6 +3,7 @@ import { ExplorerTreeRoot } from '@affine/core/modules/explorer/views/tree'; import { TagService } from '@affine/core/modules/tag'; import { useI18n } from '@affine/i18n'; import { track } from '@affine/track'; +import { AddTagIcon } from '@blocksuite/icons/rc'; import { useLiveData, useServices } from '@toeverything/infra'; import { useCallback, useState } from 'react'; @@ -50,6 +51,7 @@ export const ExplorerTags = () => { ))} } data-testid="explorer-add-tag-button" onClick={() => setShowNewTagDialog(true)} label={t[ diff --git a/yarn.lock b/yarn.lock index e118510d3a..c7b8b7fc9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -373,7 +373,7 @@ __metadata: zod: "npm:^3.22.4" peerDependencies: "@blocksuite/affine": "*" - "@blocksuite/icons": 2.1.71 + "@blocksuite/icons": 2.1.72 languageName: unknown linkType: soft