Remove extensions from import paths
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
|
||||
import { Card } from "../Card/Card";
|
||||
import { IconPlusLarge } from "../Icons";
|
||||
import { type AsChildProps, Slot } from "../Slot.tsx";
|
||||
import { type AsChildProps, Slot } from "../Slot";
|
||||
|
||||
export function DataTable({
|
||||
children,
|
||||
|
||||
@@ -3,9 +3,9 @@ import { clsx } from "clsx";
|
||||
import type { ComponentProps, FC, PropsWithChildren, ReactNode } from "react";
|
||||
import { tv } from "tailwind-variants";
|
||||
|
||||
import { Button } from "../Button/Button.tsx";
|
||||
import { Button } from "../Button/Button";
|
||||
import { IconDotGrid1x3Horizontal } from "../Icons";
|
||||
import type { IconProps } from "../Icons/type.ts";
|
||||
import type { IconProps } from "../Icons/type";
|
||||
|
||||
type Props = PropsWithChildren<{
|
||||
toggle?: ReactNode;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconArrowBoxLeft({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconArrowCornerDownLeft({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconArrowDown({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconArrowInbox({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconArrowInbox1({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconArrowLink({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconArrowUp({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconBank({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconBell2({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconBlock({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconBlock1({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconBook({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
// https://lucide.dev/icons/box
|
||||
export function IconBox({ size = 24, className }: IconProps) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCalendar1({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCalendar2({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCheckmark1({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCheckmark2Small({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconChevronDown({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconChevronGrabberVertical({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconChevronLeft({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconChevronRight({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconChevronTriangleDownSmall({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconChevronUp({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCircleCheck({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCircleCheck1({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCircleInfo({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCircleProgress({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCircleQuestionmark({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCircleQuestionmark1({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCircleQuestionmarkSolid({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCircleX({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconClock({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCollapse({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconCrossLargeX({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconDotGrid1x3Horizontal({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconExpand({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconFilter({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconFire3({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconFolder2({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconFolderUpload({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconFrame({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconFrame1({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconFrame2({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconGroup1({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconGroup11({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconHome({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconImage({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconImport2({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconInProgress({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconInboxEmpty({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
// https://lucide.dev/icons/key-round
|
||||
export function IconKey({ size = 24, className }: IconProps) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconListStack({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconLock({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconMagnifyingGlass({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconMail({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconMedal({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconMinusLarge({ size = 16, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconNotStarted({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPageCheck({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPageCheck1({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPageCross({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPageTextLine({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPageTextSolid({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPencil({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPeopleAdd({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPeopleAdd2Line({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPin({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPlusLarge({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPlusSmall({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconPriority({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconRadioUnchecked({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconRecKeyframe({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
// Source: Lucide Icons "rotate-cw" - https://lucide.dev/icons/rotate-cw
|
||||
// Licensed under ISC License
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconSend({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconSettingsGear2({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconShield({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconSignature({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconSquareBehindSquare2({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconStore({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconSun({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconTodo({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconTodo2({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconTrashCan({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconTrashCanSolid({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconUpload({ size = 24, className }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconWarning({ size = 24, className }: IconProps) {
|
||||
return <svg className={className} xmlns="http://www.w3.org/2000/svg" width={size} height={size} fill="currentColor" viewBox="0 0 24 24"><path fill="currentColor" d="M12.188 1.993a3.001 3.001 0 0 1 2.41 1.51L22.596 17.5l.093.174A3 3 0 0 1 20.001 22H4v-.001a2.999 2.999 0 0 1-2.618-4.495l8-14a3 3 0 0 1 2.608-1.518l.198.007Zm-.33 2.002a1 1 0 0 0-.738.498l-.001.003-8 14-.003.004A1.002 1.002 0 0 0 3.99 20h16.008a1.001 1.001 0 0 0 .999-1 1 1 0 0 0-.134-.5l-.002-.004-8-14-.002-.003a1 1 0 0 0-.87-.507l-.132.009ZM12.01 16a1 1 0 0 1 0 2H12a1 1 0 0 1 0-2h.01ZM11 13V9a1 1 0 0 1 2 0v4a1 1 0 1 1-2 0Z" /></svg>;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconTodo({ size = 24 }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IconProps } from "./type.ts";
|
||||
import type { IconProps } from "./type";
|
||||
|
||||
export function IconTodo2({ size = 24 }: IconProps) {
|
||||
return (
|
||||
|
||||
@@ -1,86 +1,86 @@
|
||||
export { IconArrowUp } from "./IconArrowUp.tsx";
|
||||
export { IconBox } from "./IconBox.tsx";
|
||||
export { IconBell2 } from "./IconBell2.tsx";
|
||||
export { IconMedal } from "./IconMedal.tsx";
|
||||
export { IconMail } from "./IconMail.tsx";
|
||||
export { IconArrowInbox1 } from "./IconArrowInbox1.tsx";
|
||||
export { IconCircleX } from "./IconCircleX.tsx";
|
||||
export { IconFire3 } from "./IconFire3.tsx";
|
||||
export { IconMagnifyingGlass } from "./IconMagnifyingGlass.tsx";
|
||||
export { IconBank } from "./IconBank.tsx";
|
||||
export { IconImage } from "./IconImage.tsx";
|
||||
export { IconSend } from "./IconSend.tsx";
|
||||
export { IconArrowCornerDownLeft } from "./IconArrowCornerDownLeft.tsx";
|
||||
export { IconCrossLargeX } from "./IconCrossLargeX.tsx";
|
||||
export { IconUpload } from "./IconUpload.tsx";
|
||||
export { IconListStack } from "./IconListStack.tsx";
|
||||
export { IconLock } from "./IconLock.tsx";
|
||||
export { IconKey } from "./IconKey.tsx";
|
||||
export { IconCircleCheck1 } from "./IconCircleCheck1.tsx";
|
||||
export { IconClock } from "./IconClock.tsx";
|
||||
export { IconImport2 } from "./IconImport2.tsx";
|
||||
export { IconChevronTriangleDownSmall } from "./IconChevronTriangleDownSmall.tsx";
|
||||
export { IconCheckmark1 } from "./IconCheckmark1.tsx";
|
||||
export { IconStore } from "./IconStore.tsx";
|
||||
export { IconPageCheck } from "./IconPageCheck.tsx";
|
||||
export { IconCircleQuestionmark1 } from "./IconCircleQuestionmark1.tsx";
|
||||
export { IconNotStarted } from "./IconNotStarted.tsx";
|
||||
export { IconPeopleAdd2Line } from "./IconPeopleAdd2Line.tsx";
|
||||
export { IconCircleCheck } from "./IconCircleCheck.tsx";
|
||||
export { IconGroup1 } from "./IconGroup1.tsx";
|
||||
export { IconShield } from "./IconShield.tsx";
|
||||
export { IconCheckmark2Small } from "./IconCheckmark2Small.tsx";
|
||||
export { IconSignature } from "./IconSignature.tsx";
|
||||
export { IconTodo } from "./IconTodo.tsx";
|
||||
export { IconFrame2 } from "./IconFrame2.tsx";
|
||||
export { IconInProgress } from "./IconInProgress.tsx";
|
||||
export { IconPeopleAdd } from "./IconPeopleAdd.tsx";
|
||||
export { IconChevronLeft } from "./IconChevronLeft.tsx";
|
||||
export { IconSun } from "./IconSun.tsx";
|
||||
export { IconChevronGrabberVertical } from "./IconChevronGrabberVertical.tsx";
|
||||
export { IconCollapse } from "./IconCollapse.tsx";
|
||||
export { IconSquareBehindSquare2 } from "./IconSquareBehindSquare2.tsx";
|
||||
export { IconGroup11 } from "./IconGroup11.tsx";
|
||||
export { IconPageTextLine } from "./IconPageTextLine.tsx";
|
||||
export { IconPlusLarge } from "./IconPlusLarge.tsx";
|
||||
export { IconArrowLink } from "./IconArrowLink.tsx";
|
||||
export { IconCircleProgress } from "./IconCircleProgress.tsx";
|
||||
export { IconRadioUnchecked } from "./IconRadioUnchecked.tsx";
|
||||
export { IconCircleInfo } from "./IconCircleInfo.tsx";
|
||||
export { IconCalendar2 } from "./IconCalendar2.tsx";
|
||||
export { IconChevronRight } from "./IconChevronRight.tsx";
|
||||
export { IconTrashCanSolid } from "./IconTrashCanSolid.tsx";
|
||||
export { IconTrashCan } from "./IconTrashCan.tsx";
|
||||
export { IconFrame } from "./IconFrame.tsx";
|
||||
export { IconArrowInbox } from "./IconArrowInbox.tsx";
|
||||
export { IconFilter } from "./IconFilter.tsx";
|
||||
export { IconFolder2 } from "./IconFolder2.tsx";
|
||||
export { IconInboxEmpty } from "./IconInboxEmpty.tsx";
|
||||
export { IconDotGrid1x3Horizontal } from "./IconDotGrid1x3Horizontal.tsx";
|
||||
export { IconPageTextSolid } from "./IconPageTextSolid.tsx";
|
||||
export { IconTodo2 } from "./IconTodo2.tsx";
|
||||
export { IconRecKeyframe } from "./IconRecKeyframe.tsx";
|
||||
export { IconExpand } from "./IconExpand.tsx";
|
||||
export { IconArrowBoxLeft } from "./IconArrowBoxLeft.tsx";
|
||||
export { IconPlusSmall } from "./IconPlusSmall.tsx";
|
||||
export { IconHome } from "./IconHome.tsx";
|
||||
export { IconCalendar1 } from "./IconCalendar1.tsx";
|
||||
export { IconArrowDown } from "./IconArrowDown.tsx";
|
||||
export { IconFolderUpload } from "./IconFolderUpload.tsx";
|
||||
export { IconPencil } from "./IconPencil.tsx";
|
||||
export { IconCircleQuestionmark } from "./IconCircleQuestionmark.tsx";
|
||||
export { IconFrame1 } from "./IconFrame1.tsx";
|
||||
export { IconPriority } from "./IconPriority.tsx";
|
||||
export { IconPageCheck1 } from "./IconPageCheck1.tsx";
|
||||
export { IconSettingsGear2 } from "./IconSettingsGear2.tsx";
|
||||
export { IconBook } from "./IconBook.tsx";
|
||||
export { IconCircleQuestionmarkSolid } from "./IconCircleQuestionmarkSolid.tsx";
|
||||
export { IconBlock1 } from "./IconBlock1.tsx";
|
||||
export { IconWarning } from "./IconWarning.tsx";
|
||||
export { IconChevronUp } from "./IconChevronUp.tsx";
|
||||
export { IconBlock } from "./IconBlock.tsx";
|
||||
export { IconChevronDown } from "./IconChevronDown.tsx";
|
||||
export { IconPageCross } from "./IconPageCross.tsx";
|
||||
export { IconRotateCw } from "./IconRotateCw.tsx";
|
||||
export { IconPin } from "./IconPin.tsx";
|
||||
export { IconMinusLarge } from "./IconMinusLarge.tsx";
|
||||
export { IconArrowUp } from "./IconArrowUp";
|
||||
export { IconBox } from "./IconBox";
|
||||
export { IconBell2 } from "./IconBell2";
|
||||
export { IconMedal } from "./IconMedal";
|
||||
export { IconMail } from "./IconMail";
|
||||
export { IconArrowInbox1 } from "./IconArrowInbox1";
|
||||
export { IconCircleX } from "./IconCircleX";
|
||||
export { IconFire3 } from "./IconFire3";
|
||||
export { IconMagnifyingGlass } from "./IconMagnifyingGlass";
|
||||
export { IconBank } from "./IconBank";
|
||||
export { IconImage } from "./IconImage";
|
||||
export { IconSend } from "./IconSend";
|
||||
export { IconArrowCornerDownLeft } from "./IconArrowCornerDownLeft";
|
||||
export { IconCrossLargeX } from "./IconCrossLargeX";
|
||||
export { IconUpload } from "./IconUpload";
|
||||
export { IconListStack } from "./IconListStack";
|
||||
export { IconLock } from "./IconLock";
|
||||
export { IconKey } from "./IconKey";
|
||||
export { IconCircleCheck1 } from "./IconCircleCheck1";
|
||||
export { IconClock } from "./IconClock";
|
||||
export { IconImport2 } from "./IconImport2";
|
||||
export { IconChevronTriangleDownSmall } from "./IconChevronTriangleDownSmall";
|
||||
export { IconCheckmark1 } from "./IconCheckmark1";
|
||||
export { IconStore } from "./IconStore";
|
||||
export { IconPageCheck } from "./IconPageCheck";
|
||||
export { IconCircleQuestionmark1 } from "./IconCircleQuestionmark1";
|
||||
export { IconNotStarted } from "./IconNotStarted";
|
||||
export { IconPeopleAdd2Line } from "./IconPeopleAdd2Line";
|
||||
export { IconCircleCheck } from "./IconCircleCheck";
|
||||
export { IconGroup1 } from "./IconGroup1";
|
||||
export { IconShield } from "./IconShield";
|
||||
export { IconCheckmark2Small } from "./IconCheckmark2Small";
|
||||
export { IconSignature } from "./IconSignature";
|
||||
export { IconTodo } from "./IconTodo";
|
||||
export { IconFrame2 } from "./IconFrame2";
|
||||
export { IconInProgress } from "./IconInProgress";
|
||||
export { IconPeopleAdd } from "./IconPeopleAdd";
|
||||
export { IconChevronLeft } from "./IconChevronLeft";
|
||||
export { IconSun } from "./IconSun";
|
||||
export { IconChevronGrabberVertical } from "./IconChevronGrabberVertical";
|
||||
export { IconCollapse } from "./IconCollapse";
|
||||
export { IconSquareBehindSquare2 } from "./IconSquareBehindSquare2";
|
||||
export { IconGroup11 } from "./IconGroup11";
|
||||
export { IconPageTextLine } from "./IconPageTextLine";
|
||||
export { IconPlusLarge } from "./IconPlusLarge";
|
||||
export { IconArrowLink } from "./IconArrowLink";
|
||||
export { IconCircleProgress } from "./IconCircleProgress";
|
||||
export { IconRadioUnchecked } from "./IconRadioUnchecked";
|
||||
export { IconCircleInfo } from "./IconCircleInfo";
|
||||
export { IconCalendar2 } from "./IconCalendar2";
|
||||
export { IconChevronRight } from "./IconChevronRight";
|
||||
export { IconTrashCanSolid } from "./IconTrashCanSolid";
|
||||
export { IconTrashCan } from "./IconTrashCan";
|
||||
export { IconFrame } from "./IconFrame";
|
||||
export { IconArrowInbox } from "./IconArrowInbox";
|
||||
export { IconFilter } from "./IconFilter";
|
||||
export { IconFolder2 } from "./IconFolder2";
|
||||
export { IconInboxEmpty } from "./IconInboxEmpty";
|
||||
export { IconDotGrid1x3Horizontal } from "./IconDotGrid1x3Horizontal";
|
||||
export { IconPageTextSolid } from "./IconPageTextSolid";
|
||||
export { IconTodo2 } from "./IconTodo2";
|
||||
export { IconRecKeyframe } from "./IconRecKeyframe";
|
||||
export { IconExpand } from "./IconExpand";
|
||||
export { IconArrowBoxLeft } from "./IconArrowBoxLeft";
|
||||
export { IconPlusSmall } from "./IconPlusSmall";
|
||||
export { IconHome } from "./IconHome";
|
||||
export { IconCalendar1 } from "./IconCalendar1";
|
||||
export { IconArrowDown } from "./IconArrowDown";
|
||||
export { IconFolderUpload } from "./IconFolderUpload";
|
||||
export { IconPencil } from "./IconPencil";
|
||||
export { IconCircleQuestionmark } from "./IconCircleQuestionmark";
|
||||
export { IconFrame1 } from "./IconFrame1";
|
||||
export { IconPriority } from "./IconPriority";
|
||||
export { IconPageCheck1 } from "./IconPageCheck1";
|
||||
export { IconSettingsGear2 } from "./IconSettingsGear2";
|
||||
export { IconBook } from "./IconBook";
|
||||
export { IconCircleQuestionmarkSolid } from "./IconCircleQuestionmarkSolid";
|
||||
export { IconBlock1 } from "./IconBlock1";
|
||||
export { IconWarning } from "./IconWarning";
|
||||
export { IconChevronUp } from "./IconChevronUp";
|
||||
export { IconBlock } from "./IconBlock";
|
||||
export { IconChevronDown } from "./IconChevronDown";
|
||||
export { IconPageCross } from "./IconPageCross";
|
||||
export { IconRotateCw } from "./IconRotateCw";
|
||||
export { IconPin } from "./IconPin";
|
||||
export { IconMinusLarge } from "./IconMinusLarge";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
||||
import { PriorityLevel } from "./PriorityLevel.tsx";
|
||||
import { PriorityLevel } from "./PriorityLevel";
|
||||
|
||||
export default {
|
||||
title: "Atoms/PriorityLevel",
|
||||
|
||||
@@ -19,10 +19,10 @@ import {
|
||||
} from "react";
|
||||
import { tv } from "tailwind-variants";
|
||||
|
||||
import { IconChevronGrabberVertical } from "../Icons/IconChevronGrabberVertical.tsx";
|
||||
import { IconMagnifyingGlass } from "../Icons/IconMagnifyingGlass.tsx";
|
||||
import { Input, input } from "../Input/Input.tsx";
|
||||
import { Spinner } from "../Spinner/Spinner.tsx";
|
||||
import { IconChevronGrabberVertical } from "../Icons/IconChevronGrabberVertical";
|
||||
import { IconMagnifyingGlass } from "../Icons/IconMagnifyingGlass";
|
||||
import { Input, input } from "../Input/Input";
|
||||
import { Spinner } from "../Spinner/Spinner";
|
||||
|
||||
type Props<T> = PropsWithChildren<
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
||||
import { IconBank } from "../Icons/IconBank.tsx";
|
||||
import { IconBank } from "../Icons/IconBank";
|
||||
|
||||
import { Sidebar } from "./Sidebar";
|
||||
import { SidebarItem } from "./SidebarItem";
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { FC, PropsWithChildren } from "react";
|
||||
import { NavLink } from "react-router";
|
||||
import { tv } from "tailwind-variants";
|
||||
|
||||
import { useSidebarCollapsed } from "./Sidebar.tsx";
|
||||
import { useSidebarCollapsed } from "./Sidebar";
|
||||
|
||||
const sidebarItem = tv({
|
||||
base: "flex items-center gap-2 w-full py-2 rounded-full",
|
||||
|
||||
@@ -11,10 +11,10 @@ import {
|
||||
import { createPortal } from "react-dom";
|
||||
import { Link } from "react-router";
|
||||
|
||||
import { Logo } from "../Atoms/Logo/Logo.tsx";
|
||||
import { Sidebar } from "../Atoms/Sidebar/Sidebar.tsx";
|
||||
import { Toasts } from "../Atoms/Toasts/Toasts.tsx";
|
||||
import { ConfirmDialog } from "../Molecules/Dialog/ConfirmDialog.tsx";
|
||||
import { Logo } from "../Atoms/Logo/Logo";
|
||||
import { Sidebar } from "../Atoms/Sidebar/Sidebar";
|
||||
import { Toasts } from "../Atoms/Toasts/Toasts";
|
||||
import { ConfirmDialog } from "../Molecules/Dialog/ConfirmDialog";
|
||||
|
||||
type Props = PropsWithChildren<{
|
||||
headerLeading?: ReactNode;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { useTranslate } from "@probo/i18n";
|
||||
|
||||
import { Badge } from "../../Atoms/Badge/Badge.tsx";
|
||||
import { Badge } from "../../Atoms/Badge/Badge";
|
||||
|
||||
type Props = {
|
||||
state: "DRAFT" | "PUBLISHED";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
||||
import { SeverityBadge } from "./SeverityBadge.tsx";
|
||||
import { SeverityBadge } from "./SeverityBadge";
|
||||
|
||||
export default {
|
||||
title: "Molecules/Badges/SeverityBadge",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { useTranslate } from "@probo/i18n";
|
||||
|
||||
import { Badge } from "../../Atoms/Badge/Badge.tsx";
|
||||
import { Badge } from "../../Atoms/Badge/Badge";
|
||||
|
||||
type Props = {
|
||||
score: number;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
||||
import { Field } from "./Field.tsx";
|
||||
import { Field } from "./Field";
|
||||
|
||||
export default {
|
||||
title: "Molecules/Field",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user