feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
yyh
2026-04-15 21:11:20 +08:00
committed by GitHub
parent dbceb3067e
commit af7d5e60b4
990 changed files with 3065 additions and 5786 deletions

View File

@ -5,6 +5,7 @@ import {
shift,
useFloating,
} from '@floating-ui/react'
import { cn } from '@langgenius/dify-ui/cn'
import {
RiEditLine,
RiExternalLinkLine,
@ -19,7 +20,6 @@ import {
} from 'react'
import { useTranslation } from 'react-i18next'
import { Button } from '@/app/components/base/ui/button'
import { cn } from '@/utils/classnames'
import { useStore } from '../../store'
import { useLink } from './hooks'