mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
chore: bump up @blocksuite/icons version (#7233)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ArrowRightSmallIcon } from '@blocksuite/icons';
|
||||
import { ArrowRightSmallIcon } from '@blocksuite/icons/rc';
|
||||
import type {
|
||||
DropdownMenuSubProps,
|
||||
MenuPortalProps,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ArrowDownSmallIcon } from '@blocksuite/icons';
|
||||
import { ArrowDownSmallIcon } from '@blocksuite/icons/rc';
|
||||
import { assignInlineVars } from '@vanilla-extract/dynamic';
|
||||
import clsx from 'clsx';
|
||||
import type {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { InformationIcon } from '@blocksuite/icons';
|
||||
import { InformationIcon } from '@blocksuite/icons/rc';
|
||||
import type { Meta, StoryFn } from '@storybook/react';
|
||||
import type { ReactNode } from 'react';
|
||||
import { useCallback, useState } from 'react';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DoneIcon } from '@blocksuite/icons';
|
||||
import { DoneIcon } from '@blocksuite/icons/rc';
|
||||
import clsx from 'clsx';
|
||||
import { useMemo } from 'react';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user