chore: bump up @blocksuite/icons version (#7233)

This commit is contained in:
L-Sun
2024-06-18 17:07:11 +08:00
committed by GitHub
parent 390852f8be
commit 09201d42a0
149 changed files with 169 additions and 155 deletions
@@ -1,4 +1,4 @@
import { CameraIcon } from '@blocksuite/icons';
import { CameraIcon } from '@blocksuite/icons/rc';
import type { Meta, StoryFn } from '@storybook/react';
import type { AvatarProps } from './avatar';
@@ -1,4 +1,4 @@
import { CloseIcon } from '@blocksuite/icons';
import { CloseIcon } from '@blocksuite/icons/rc';
import type {
AvatarFallbackProps,
AvatarImageProps,
@@ -1,4 +1,4 @@
import { InformationIcon } from '@blocksuite/icons';
import { InformationIcon } from '@blocksuite/icons/rc';
import type { Meta, StoryFn } from '@storybook/react';
import type { ButtonProps } from './button';
@@ -1,4 +1,4 @@
import { ArrowDownSmallIcon } from '@blocksuite/icons';
import { ArrowDownSmallIcon } from '@blocksuite/icons/rc';
import type { ButtonHTMLAttributes, MouseEventHandler } from 'react';
import { forwardRef } from 'react';
@@ -1,4 +1,4 @@
import { InformationIcon } from '@blocksuite/icons';
import { InformationIcon } from '@blocksuite/icons/rc';
import type { Meta, StoryFn } from '@storybook/react';
import type { IconButtonProps } from './icon-button';
@@ -1,4 +1,4 @@
import { ArrowLeftSmallIcon, ArrowRightSmallIcon } from '@blocksuite/icons';
import { ArrowLeftSmallIcon, ArrowRightSmallIcon } from '@blocksuite/icons/rc';
import { assignInlineVars } from '@vanilla-extract/dynamic';
import clsx from 'clsx';
import type { HTMLAttributes, PropsWithChildren, ReactNode } from 'react';
@@ -1,4 +1,4 @@
import { ArrowLeftSmallIcon, ArrowRightSmallIcon } from '@blocksuite/icons';
import { ArrowLeftSmallIcon, ArrowRightSmallIcon } from '@blocksuite/icons/rc';
import clsx from 'clsx';
import dayjs from 'dayjs';
import type { ForwardedRef, HTMLAttributes } from 'react';
@@ -1,4 +1,4 @@
import { InformationIcon } from '@blocksuite/icons';
import { InformationIcon } from '@blocksuite/icons/rc';
import type { Meta, StoryFn } from '@storybook/react';
import type { InputProps } from './index';
@@ -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';
@@ -1,4 +1,4 @@
import { CloseIcon } from '@blocksuite/icons';
import { CloseIcon } from '@blocksuite/icons/rc';
import type {
DialogContentProps,
DialogOverlayProps,
@@ -1,4 +1,4 @@
import { CloseIcon, InformationFillDuotoneIcon } from '@blocksuite/icons';
import { CloseIcon, InformationFillDuotoneIcon } from '@blocksuite/icons/rc';
import { assignInlineVars } from '@vanilla-extract/dynamic';
import clsx from 'clsx';
import { type HTMLAttributes, useCallback } from 'react';
@@ -1,4 +1,4 @@
import { SingleSelectSelectSolidIcon } from '@blocksuite/icons';
import { SingleSelectSelectSolidIcon } from '@blocksuite/icons/rc';
import type { StoryFn } from '@storybook/react';
import { cssVar } from '@toeverything/theme';
import { type HTMLAttributes, useState } from 'react';
@@ -1,7 +1,7 @@
import {
InformationFillDuotoneIcon,
SingleSelectSelectSolidIcon,
} from '@blocksuite/icons';
} from '@blocksuite/icons/rc';
import { assignInlineVars } from '@vanilla-extract/dynamic';
import { type CSSProperties, type FC, useMemo } from 'react';
import { type ExternalToast, toast, Toaster } from 'sonner';