Skip to content

Commit 435ba76

Browse files
committed
chore(web): cleanup components and validators
1 parent 13ab562 commit 435ba76

19 files changed

Lines changed: 29 additions & 309 deletions

File tree

packages/web/src/common/validators/grid.event.validator.test.ts

Lines changed: 0 additions & 75 deletions
This file was deleted.

packages/web/src/common/validators/grid.event.validator.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/web/src/components/DND/DropZone.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

packages/web/src/components/Divider/Divider.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ import type React from "react";
33
import { type HTMLAttributes, useEffect, useState } from "react";
44
import { type CSSVariables } from "@web/common/styles/css.types";
55
import { getGradient } from "@web/common/styles/theme.util";
6-
import { type Props } from "./types";
6+
7+
interface Props {
8+
color?: string;
9+
toggled?: boolean;
10+
width?: string;
11+
withAnimation?: boolean;
12+
}
713

814
export const Divider: React.FC<Props & HTMLAttributes<HTMLDivElement>> = ({
915
className,

packages/web/src/components/Divider/types.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/web/src/components/Icons/Calendar.tsx

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/web/src/components/Icons/CircleTwo.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/web/src/components/Icons/Command.tsx

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/web/src/components/Icons/Flask.tsx

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/web/src/components/Icons/List.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)