Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove remix icon
  • Loading branch information
G3root committed Aug 9, 2024
commit 0237bb2db29cfd1fa25e6c04692138f476e29d94
1 change: 0 additions & 1 deletion src/components/template/field-canvas/template-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
SelectValue,
} from "@/components/ui/select";
import { COLORS } from "@/constants/esign";
import { RiCloseCircleLine } from "@remixicon/react";

import { FieldTypeData } from "../field-type-data";

Expand Down
1 change: 0 additions & 1 deletion src/components/ui/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { Icon } from "@/components/ui/icon";
import * as AccordionPrimitive from "@radix-ui/react-accordion";
import { RiArrowDownSLine } from "@remixicon/react";
import * as React from "react";

import { cn } from "@/lib/utils";
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { type VariantProps, cva } from "class-variance-authority";

import { Icon } from "@/components/ui/icon";
import { cn } from "@/lib/utils";
import { RiLoader5Fill } from "@remixicon/react";

const buttonVariants = cva(
"inline-flex items-center gap-x-2 justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { Icon } from "@/components/ui/icon";
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
import { RiCheckLine } from "@remixicon/react";
import * as React from "react";

import { cn } from "@/lib/utils";
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/combobox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
PopoverTrigger,
} from "@/components/ui/popover";
import { cn } from "@/lib/utils";
import { RiCheckFill as CheckIcon } from "@remixicon/react";
import type React from "react";
import { useEffect, useRef, useState } from "react";

Expand Down
1 change: 0 additions & 1 deletion src/components/ui/data-table/data-table-buttons.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Icon } from "@/components/ui/icon";
import { cn } from "@/lib/utils";
import { RiCloseLine, RiExpandUpDownLine } from "@remixicon/react";
import { Button, type ButtonProps } from "../button";

interface SortButtonProps
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/data-table/data-table-faceted-filter.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Icon } from "@/components/ui/icon";
import { cn } from "@/lib/utils";
import { RiAddCircleLine, RiCheckLine } from "@remixicon/react";
import type { Column } from "@tanstack/react-table";
import type * as React from "react";
import { Badge } from "../badge";
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/data-table/data-table-view-options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
} from "../dropdown-menu";

import { Icon } from "@/components/ui/icon";
import { RiArrowDownSLine } from "@remixicon/react";
import { useDataTable } from "./data-table";

export function DataTableViewOptions() {
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/input-otp.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";

import { Icon } from "@/components/ui/icon";
import { RiCrossLine } from "@remixicon/react";
import { OTPInput, type SlotProps } from "input-otp";
import * as React from "react";

Expand Down
1 change: 0 additions & 1 deletion src/components/ui/password-input.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as React from "react";

import { Icon } from "@/components/ui/icon";
import { RiEyeLine, RiEyeOffLine } from "@remixicon/react";

import { cn } from "@/lib/utils";
import { Button } from "./button";
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/radio-group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { Icon } from "@/components/ui/icon";
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
import { RiCheckFill } from "@remixicon/react";
import * as React from "react";

import { cn } from "@/lib/utils";
Expand Down
8 changes: 0 additions & 8 deletions src/components/ui/select.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
"use client";

import { Icon } from "@/components/ui/icon";
import { cn } from "@/lib/utils";
import * as SelectPrimitive from "@radix-ui/react-select";
import {
RiArrowDownSLine,
RiArrowUpSLine,
RiCheckLine,
} from "@remixicon/react";
import * as React from "react";

const Select = SelectPrimitive.Root;
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import * as React from "react";

import { Icon } from "@/components/ui/icon";
import { cn } from "@/lib/utils";
import { RiCloseLine } from "@remixicon/react";

const Sheet = SheetPrimitive.Root;

Expand Down
1 change: 0 additions & 1 deletion src/components/ui/simple-multi-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
CommandList,
} from "@/components/ui/command";
import { cn } from "@/lib/utils";
import { RiCheckLine, RiCloseLine } from "@remixicon/react";
import { Icon } from "@/components/ui/icon";
import { Command as CommandPrimitive } from "cmdk";
// import { X as RemoveIcon, Ri } from "lucide-react";
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/stepper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
useDescendants,
useDescendantsInit,
} from "@/providers/descendants";
import { RiCheckLine } from "@remixicon/react";
import {
type ComponentProps,
type ReactNode,
Expand Down
1 change: 0 additions & 1 deletion src/components/ui/un-authorized-state.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Icon } from "@/components/ui/icon";
import { RiDoorLockFill } from "@remixicon/react";
import EmptyState, { type EmptyStateProps } from "../common/empty-state";

export function UnAuthorizedState(props: Partial<EmptyStateProps>) {
Expand Down
1 change: 0 additions & 1 deletion src/components/update/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Icon } from "@/components/ui/icon";
import { api } from "@/trpc/react";
import type { Block, PartialBlock } from "@blocknote/core";
import type { Update } from "@prisma/client";
import { RiArrowDownSLine } from "@remixicon/react";
import Link from "next/link";
import { useRouter } from "next/navigation";
import { Fragment, useState } from "react";
Expand Down
1 change: 0 additions & 1 deletion src/components/update/update-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
} from "@/components/ui/dropdown-menu";
import { Icon } from "@/components/ui/icon";
import type { RouterOutputs } from "@/trpc/shared";
import { RiAddCircleLine } from "@remixicon/react";
import {
type ColumnDef,
type ColumnFiltersState,
Expand Down