feat(core): add notification list (#10480)

This commit is contained in:
EYHN
2025-03-11 06:23:33 +00:00
parent 06889295e0
commit ea07aa8607
30 changed files with 906 additions and 59 deletions
@@ -1,4 +1,5 @@
import { cssVar } from '@toeverything/theme';
import { cssVarV2 } from '@toeverything/theme/v2';
import { createVar, keyframes, style } from '@vanilla-extract/css';
export const sizeVar = createVar('sizeVar');
export const blurVar = createVar('blurVar');
@@ -163,6 +164,12 @@ export const avatarFallback = style({
lineHeight: '1',
fontWeight: '500',
});
export const avatarDefaultFallback = style([
avatarFallback,
{
backgroundColor: cssVarV2('portrait/localPortraitBackground'),
},
]);
export const hoverWrapper = style({
width: '100%',
height: '100%',