Replace test-runner with vitest for storybook (#17187)

This commit is contained in:
Abdullah.
2026-01-18 08:25:45 +05:00
committed by GitHub
parent c737028dd6
commit 92eff62523
56 changed files with 4999 additions and 715 deletions
@@ -44,8 +44,7 @@ const StyledDragHandleContainer = styled.div`
background: ${({ theme }) => theme.background.transparent.secondary};
backdrop-filter: ${({ theme }) => theme.blur.medium};
color: ${({ theme }) => theme.font.color.primary};
box-shadow:
${({ theme }) => theme.boxShadow.light},
box-shadow: ${({ theme }) => theme.boxShadow.light},
${({ theme }) => theme.boxShadow.strong};
}
@@ -67,8 +67,7 @@ const StyledWidgetCard = styled.div<{
${isDragging &&
css`
background:
linear-gradient(
background: linear-gradient(
0deg,
${theme.background.transparent.lighter} 0%,
${theme.background.transparent.lighter} 100%
@@ -120,8 +119,7 @@ const StyledWidgetCard = styled.div<{
${isDragging &&
css`
background:
linear-gradient(
background: linear-gradient(
0deg,
${theme.background.transparent.lighter} 0%,
${theme.background.transparent.lighter} 100%