Skip to content

Commit f92cc4a

Browse files
committed
Patch: cleaned dependencies
1 parent 4f5a6b4 commit f92cc4a

File tree

12 files changed

+0
-594
lines changed

12 files changed

+0
-594
lines changed

bun.lockb

-5.09 KB
Binary file not shown.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,11 @@
5151
},
5252
"dependencies": {
5353
"@mezh-hq/react-gridlines": "1.0.0",
54-
"@radix-ui/react-accordion": "1.1.2",
5554
"@radix-ui/react-checkbox": "1.0.4",
56-
"@radix-ui/react-context-menu": "2.1.5",
57-
"@radix-ui/react-dialog": "1.0.5",
5855
"@radix-ui/react-label": "2.0.2",
5956
"@radix-ui/react-popover": "1.0.7",
6057
"@radix-ui/react-radio-group": "1.1.3",
6158
"@radix-ui/react-select": "2.0.0",
62-
"@radix-ui/react-toast": "1.1.4",
6359
"@radix-ui/react-tooltip": "1.0.6",
6460
"@reduxjs/toolkit": "2.1.0",
6561
"class-variance-authority": "0.7.0",

src/components/core/accordion.tsx

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

src/components/core/context-menu.tsx

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

src/components/core/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
export * from "./accordion";
21
export * from "./checkbox";
3-
export * from "./context-menu";
42
export * from "./input";
53
export * from "./label";
64
export * from "./popover";
75
export * from "./radio-group";
86
export * from "./select";
9-
export * from "./sheet";
107
export * from "./switch";
118
export * from "./typography";
12-
export * from "./toast";
139
export * from "./tooltip";
1410

1511
export { default as AnimatedSwitcher } from "./animated-switcher";

src/components/core/label.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use client";
2-
31
import * as React from "react";
42
import * as LabelPrimitive from "@radix-ui/react-label";
53
import { type VariantProps, cva } from "class-variance-authority";

src/components/core/radio-group.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use client";
2-
31
import * as React from "react";
42
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
53
import { Check } from "lucide-react";

src/components/core/sheet.tsx

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

src/components/core/toast/index.ts

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

0 commit comments

Comments
 (0)