@tipp/ui 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atoms/alert-dialog.d.cts +1 -0
- package/dist/atoms/alert-dialog.d.ts +1 -0
- package/dist/atoms/aspect-ratio.d.cts +1 -0
- package/dist/atoms/aspect-ratio.d.ts +1 -0
- package/dist/atoms/avatar.d.cts +11 -0
- package/dist/atoms/avatar.d.ts +11 -0
- package/dist/atoms/badge.d.cts +13 -0
- package/dist/atoms/badge.d.ts +13 -0
- package/dist/atoms/blockquote.d.cts +1 -0
- package/dist/atoms/blockquote.d.ts +1 -0
- package/dist/atoms/box.d.cts +1 -0
- package/dist/atoms/box.d.ts +1 -0
- package/dist/atoms/button.d.cts +11 -0
- package/dist/atoms/button.d.ts +11 -0
- package/dist/atoms/call-out.d.cts +1 -0
- package/dist/atoms/call-out.d.ts +1 -0
- package/dist/atoms/card.d.cts +1 -0
- package/dist/atoms/card.d.ts +1 -0
- package/dist/atoms/check-box-card.d.cts +1 -0
- package/dist/atoms/check-box-card.d.ts +1 -0
- package/dist/atoms/check-box-group.d.cts +11 -0
- package/dist/atoms/check-box-group.d.ts +11 -0
- package/dist/atoms/check-box.d.cts +11 -0
- package/dist/atoms/check-box.d.ts +11 -0
- package/dist/atoms/code.d.cts +1 -0
- package/dist/atoms/code.d.ts +1 -0
- package/dist/atoms/collapse.d.cts +10 -0
- package/dist/atoms/collapse.d.ts +10 -0
- package/dist/atoms/container.d.cts +1 -0
- package/dist/atoms/container.d.ts +1 -0
- package/dist/atoms/data-list.d.cts +1 -0
- package/dist/atoms/data-list.d.ts +1 -0
- package/dist/atoms/date-picker/index.d.cts +7 -0
- package/dist/atoms/date-picker/index.d.ts +7 -0
- package/dist/atoms/dialog.d.cts +1 -0
- package/dist/atoms/dialog.d.ts +1 -0
- package/dist/atoms/dropdown-menu.d.cts +1 -0
- package/dist/atoms/dropdown-menu.d.ts +1 -0
- package/dist/atoms/em.d.cts +1 -0
- package/dist/atoms/em.d.ts +1 -0
- package/dist/atoms/flex.d.cts +1 -0
- package/dist/atoms/flex.d.ts +1 -0
- package/dist/atoms/grid.d.cts +1 -0
- package/dist/atoms/grid.d.ts +1 -0
- package/dist/atoms/heading.d.cts +9 -0
- package/dist/atoms/heading.d.ts +9 -0
- package/dist/atoms/hover-card.d.cts +1 -0
- package/dist/atoms/hover-card.d.ts +1 -0
- package/dist/atoms/icon-button.d.cts +1 -0
- package/dist/atoms/icon-button.d.ts +1 -0
- package/dist/atoms/index.d.cts +14 -0
- package/dist/atoms/index.d.ts +14 -0
- package/dist/atoms/index.js +14 -14
- package/dist/atoms/inset.d.cts +1 -0
- package/dist/atoms/inset.d.ts +1 -0
- package/dist/atoms/kbd.d.cts +1 -0
- package/dist/atoms/kbd.d.ts +1 -0
- package/dist/atoms/link.d.cts +9 -0
- package/dist/atoms/link.d.ts +9 -0
- package/dist/atoms/pagination.d.cts +15 -0
- package/dist/atoms/pagination.d.ts +15 -0
- package/dist/atoms/popover.d.cts +1 -0
- package/dist/atoms/popover.d.ts +1 -0
- package/dist/atoms/progress.d.cts +1 -0
- package/dist/atoms/progress.d.ts +1 -0
- package/dist/atoms/quote.d.cts +1 -0
- package/dist/atoms/quote.d.ts +1 -0
- package/dist/atoms/radio-cards.d.cts +1 -0
- package/dist/atoms/radio-cards.d.ts +1 -0
- package/dist/atoms/radio-group.d.cts +1 -0
- package/dist/atoms/radio-group.d.ts +1 -0
- package/dist/atoms/radio.d.cts +1 -0
- package/dist/atoms/radio.d.ts +1 -0
- package/dist/atoms/scroll-area.d.cts +1 -0
- package/dist/atoms/scroll-area.d.ts +1 -0
- package/dist/atoms/section.d.cts +1 -0
- package/dist/atoms/section.d.ts +1 -0
- package/dist/atoms/segmented-control.d.cts +1 -0
- package/dist/atoms/segmented-control.d.ts +1 -0
- package/dist/atoms/select.d.cts +1 -0
- package/dist/atoms/select.d.ts +1 -0
- package/dist/atoms/separator.d.cts +1 -0
- package/dist/atoms/separator.d.ts +1 -0
- package/dist/atoms/skeleton.d.cts +1 -0
- package/dist/atoms/skeleton.d.ts +1 -0
- package/dist/atoms/spinner.d.cts +1 -0
- package/dist/atoms/spinner.d.ts +1 -0
- package/dist/atoms/strong.d.cts +1 -0
- package/dist/atoms/strong.d.ts +1 -0
- package/dist/atoms/switch.d.cts +1 -0
- package/dist/atoms/switch.d.ts +1 -0
- package/dist/atoms/tab-nav.d.cts +1 -0
- package/dist/atoms/tab-nav.d.ts +1 -0
- package/dist/atoms/tabs.d.cts +1 -0
- package/dist/atoms/tabs.d.ts +1 -0
- package/dist/atoms/text-area.d.cts +1 -0
- package/dist/atoms/text-area.d.ts +1 -0
- package/dist/atoms/text-field.d.cts +1 -0
- package/dist/atoms/text-field.d.ts +1 -0
- package/dist/atoms/tooltip.d.cts +1 -0
- package/dist/atoms/tooltip.d.ts +1 -0
- package/dist/atoms/typo.d.cts +9 -0
- package/dist/atoms/typo.d.ts +9 -0
- package/dist/chart/chart.d.cts +7 -0
- package/dist/chart/chart.d.ts +7 -0
- package/dist/icon.d.cts +3 -0
- package/dist/icon.d.ts +3 -0
- package/dist/icons/down.d.cts +6 -0
- package/dist/icons/down.d.ts +6 -0
- package/dist/icons/types.d.cts +6 -0
- package/dist/icons/types.d.ts +6 -0
- package/dist/icons/up.d.cts +6 -0
- package/dist/icons/up.d.ts +6 -0
- package/dist/index.css +1 -0
- package/dist/index.d.cts +21 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.js +15 -15
- package/dist/molecules/expand-table/index.d.cts +21 -0
- package/dist/molecules/expand-table/index.d.ts +21 -0
- package/dist/molecules/expand-table/index.js +6 -6
- package/dist/molecules/expand-table/row.d.cts +16 -0
- package/dist/molecules/expand-table/row.d.ts +16 -0
- package/dist/molecules/expand-table/row.js +6 -6
- package/dist/molecules/index.d.cts +4 -0
- package/dist/molecules/index.d.ts +4 -0
- package/dist/molecules/index.js +6 -6
- package/dist/theme/theme-provider.d.cts +10 -0
- package/dist/theme/theme-provider.d.ts +10 -0
- package/dist/theme/use-theme.d.cts +1 -0
- package/dist/theme/use-theme.d.ts +1 -0
- package/dist/types/react-table.d.d.cts +17 -0
- package/dist/types/react-table.d.d.ts +17 -0
- package/dist/ui-props/index.d.cts +2 -0
- package/dist/ui-props/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AlertDialog } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AlertDialog } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AspectRatio } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AspectRatio } from '@radix-ui/themes';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { AvatarProps as AvatarProps$1 } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type AvatarProps = Omit<AvatarProps$1, 'size'> & {
|
|
5
|
+
size?: 'small' | 'medium' | 'large' | 'full';
|
|
6
|
+
};
|
|
7
|
+
declare const Avatar: React.ForwardRefExoticComponent<Omit<AvatarProps$1, "size"> & {
|
|
8
|
+
size?: "small" | "medium" | "large" | "full" | undefined;
|
|
9
|
+
} & React.RefAttributes<HTMLImageElement>>;
|
|
10
|
+
|
|
11
|
+
export { Avatar, type AvatarProps };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { AvatarProps as AvatarProps$1 } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type AvatarProps = Omit<AvatarProps$1, 'size'> & {
|
|
5
|
+
size?: 'small' | 'medium' | 'large' | 'full';
|
|
6
|
+
};
|
|
7
|
+
declare const Avatar: React.ForwardRefExoticComponent<Omit<AvatarProps$1, "size"> & {
|
|
8
|
+
size?: "small" | "medium" | "large" | "full" | undefined;
|
|
9
|
+
} & React.RefAttributes<HTMLImageElement>>;
|
|
10
|
+
|
|
11
|
+
export { Avatar, type AvatarProps };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { BadgeProps as BadgeProps$1 } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type BadgeProps = Omit<BadgeProps$1, 'color'> & {
|
|
5
|
+
size: 'small' | 'large';
|
|
6
|
+
color: 'error' | 'accent' | 'neutral' | 'success';
|
|
7
|
+
};
|
|
8
|
+
declare const Badge: React.ForwardRefExoticComponent<Omit<BadgeProps$1, "color"> & {
|
|
9
|
+
size: 'small' | 'large';
|
|
10
|
+
color: 'error' | 'accent' | 'neutral' | 'success';
|
|
11
|
+
} & React.RefAttributes<HTMLSpanElement>>;
|
|
12
|
+
|
|
13
|
+
export { Badge, type BadgeProps };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { BadgeProps as BadgeProps$1 } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type BadgeProps = Omit<BadgeProps$1, 'color'> & {
|
|
5
|
+
size: 'small' | 'large';
|
|
6
|
+
color: 'error' | 'accent' | 'neutral' | 'success';
|
|
7
|
+
};
|
|
8
|
+
declare const Badge: React.ForwardRefExoticComponent<Omit<BadgeProps$1, "color"> & {
|
|
9
|
+
size: 'small' | 'large';
|
|
10
|
+
color: 'error' | 'accent' | 'neutral' | 'success';
|
|
11
|
+
} & React.RefAttributes<HTMLSpanElement>>;
|
|
12
|
+
|
|
13
|
+
export { Badge, type BadgeProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Blockquote, BlockquoteProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Blockquote, BlockquoteProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Box, BoxProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Box, BoxProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ButtonProps as ButtonProps$1 } from '@radix-ui/themes';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
type ButtonProps = Omit<ButtonProps$1, 'size'> & {
|
|
5
|
+
size: 'small' | 'medium' | 'large';
|
|
6
|
+
};
|
|
7
|
+
declare const Button: React__default.ForwardRefExoticComponent<Omit<ButtonProps$1, "size"> & {
|
|
8
|
+
size: 'small' | 'medium' | 'large';
|
|
9
|
+
} & React__default.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
|
|
11
|
+
export { Button, type ButtonProps };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ButtonProps as ButtonProps$1 } from '@radix-ui/themes';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
type ButtonProps = Omit<ButtonProps$1, 'size'> & {
|
|
5
|
+
size: 'small' | 'medium' | 'large';
|
|
6
|
+
};
|
|
7
|
+
declare const Button: React__default.ForwardRefExoticComponent<Omit<ButtonProps$1, "size"> & {
|
|
8
|
+
size: 'small' | 'medium' | 'large';
|
|
9
|
+
} & React__default.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
|
|
11
|
+
export { Button, type ButtonProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Callout } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Callout } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Card, CardProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Card, CardProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CheckboxCards } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CheckboxCards } from '@radix-ui/themes';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CheckboxGroup as CheckboxGroup$1 } from '@radix-ui/themes';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const CheckboxGroup: {
|
|
5
|
+
Root: React__default.ForwardRefExoticComponent<Omit<Omit<CheckboxGroup$1.RootProps & React__default.RefAttributes<HTMLDivElement>, "ref">, "size"> & {
|
|
6
|
+
size: 'small' | 'medium' | 'large';
|
|
7
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
Item: React__default.ForwardRefExoticComponent<CheckboxGroup$1.ItemProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { CheckboxGroup };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CheckboxGroup as CheckboxGroup$1 } from '@radix-ui/themes';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
|
|
4
|
+
declare const CheckboxGroup: {
|
|
5
|
+
Root: React__default.ForwardRefExoticComponent<Omit<Omit<CheckboxGroup$1.RootProps & React__default.RefAttributes<HTMLDivElement>, "ref">, "size"> & {
|
|
6
|
+
size: 'small' | 'medium' | 'large';
|
|
7
|
+
} & React__default.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
Item: React__default.ForwardRefExoticComponent<CheckboxGroup$1.ItemProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { CheckboxGroup };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { CheckboxProps as CheckboxProps$1 } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type CheckboxProps = Omit<CheckboxProps$1, 'size'> & {
|
|
5
|
+
size?: 'small' | 'medium' | 'large';
|
|
6
|
+
};
|
|
7
|
+
declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxProps$1, "size"> & {
|
|
8
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
9
|
+
} & React.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
|
|
11
|
+
export { Checkbox, type CheckboxProps };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { CheckboxProps as CheckboxProps$1 } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type CheckboxProps = Omit<CheckboxProps$1, 'size'> & {
|
|
5
|
+
size?: 'small' | 'medium' | 'large';
|
|
6
|
+
};
|
|
7
|
+
declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxProps$1, "size"> & {
|
|
8
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
9
|
+
} & React.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
|
|
11
|
+
export { Checkbox, type CheckboxProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Code, CodeProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Code, CodeProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface CollapseProps {
|
|
4
|
+
children: React__default.ReactNode;
|
|
5
|
+
open?: boolean;
|
|
6
|
+
defaultOpen?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare function Collapse(props: CollapseProps): React__default.ReactNode;
|
|
9
|
+
|
|
10
|
+
export { Collapse, type CollapseProps };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface CollapseProps {
|
|
4
|
+
children: React__default.ReactNode;
|
|
5
|
+
open?: boolean;
|
|
6
|
+
defaultOpen?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare function Collapse(props: CollapseProps): React__default.ReactNode;
|
|
9
|
+
|
|
10
|
+
export { Collapse, type CollapseProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Container, ContainerProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Container, ContainerProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DataList } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DataList } from '@radix-ui/themes';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
import ReactDatePicker, { DatePickerProps as DatePickerProps$1 } from 'react-datepicker';
|
|
3
|
+
|
|
4
|
+
type DatePickerProps = DatePickerProps$1;
|
|
5
|
+
declare const DatePicker: React__default.ForwardRefExoticComponent<DatePickerProps$1 & React__default.RefAttributes<ReactDatePicker>>;
|
|
6
|
+
|
|
7
|
+
export { DatePicker, type DatePickerProps };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
import ReactDatePicker, { DatePickerProps as DatePickerProps$1 } from 'react-datepicker';
|
|
3
|
+
|
|
4
|
+
type DatePickerProps = DatePickerProps$1;
|
|
5
|
+
declare const DatePicker: React__default.ForwardRefExoticComponent<DatePickerProps$1 & React__default.RefAttributes<ReactDatePicker>>;
|
|
6
|
+
|
|
7
|
+
export { DatePicker, type DatePickerProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Dialog } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Dialog } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DropdownMenu } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DropdownMenu } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Em, EmProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Em, EmProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Flex, FlexProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Flex, FlexProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Grid, GridProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Grid, GridProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HeadingProps as HeadingProps$1 } from '@radix-ui/themes';
|
|
2
|
+
export { Heading as RadixHeading } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type HeadingProps = HeadingProps$1 & {
|
|
5
|
+
variant?: 'subtitle1' | 'heading1' | 'heading2' | 'heading3';
|
|
6
|
+
};
|
|
7
|
+
declare function Heading(props: HeadingProps): React.ReactNode;
|
|
8
|
+
|
|
9
|
+
export { Heading, type HeadingProps };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HeadingProps as HeadingProps$1 } from '@radix-ui/themes';
|
|
2
|
+
export { Heading as RadixHeading } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type HeadingProps = HeadingProps$1 & {
|
|
5
|
+
variant?: 'subtitle1' | 'heading1' | 'heading2' | 'heading3';
|
|
6
|
+
};
|
|
7
|
+
declare function Heading(props: HeadingProps): React.ReactNode;
|
|
8
|
+
|
|
9
|
+
export { Heading, type HeadingProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { HoverCard } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { HoverCard } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IconButton, IconButtonProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IconButton, IconButtonProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { AlertDialog, AspectRatio, Blockquote, BlockquoteProps, Box, BoxProps, Callout, Card, CardProps, CheckboxCards, Code, CodeProps, Container, ContainerProps, DataList, Dialog, DropdownMenu, Em, EmProps, Flex, FlexProps, Grid, GridProps, HoverCard, IconButton, IconButtonProps, Inset, InsetProps, Kbd, KbdProps, Popover, Progress, ProgressProps, Quote, QuoteProps, Radio, RadioCards, RadioGroup, RadioProps, Heading as RadixHeading, ScrollArea, ScrollAreaProps, Section, SectionProps, SegmentedControl, Select, Separator, SeparatorProps, Skeleton, SkeletonProps, Spinner, SpinnerProps, Strong, StrongProps, Switch, SwitchProps, TabNav, Tabs, TextArea, TextAreaProps, TextField, Tooltip, TooltipProps } from '@radix-ui/themes';
|
|
2
|
+
export { Avatar, AvatarProps } from './avatar.cjs';
|
|
3
|
+
export { Badge, BadgeProps } from './badge.cjs';
|
|
4
|
+
export { Button, ButtonProps } from './button.cjs';
|
|
5
|
+
export { Checkbox, CheckboxProps } from './check-box.cjs';
|
|
6
|
+
export { CheckboxGroup } from './check-box-group.cjs';
|
|
7
|
+
export { DatePicker, DatePickerProps } from './date-picker/index.cjs';
|
|
8
|
+
export { Heading, HeadingProps } from './heading.cjs';
|
|
9
|
+
export { Link, LinkProps } from './link.cjs';
|
|
10
|
+
export { Typo, TypoProps } from './typo.cjs';
|
|
11
|
+
export { Collapse, CollapseProps } from './collapse.cjs';
|
|
12
|
+
export { Pagination, PaginationProps } from './pagination.cjs';
|
|
13
|
+
import 'react';
|
|
14
|
+
import 'react-datepicker';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { AlertDialog, AspectRatio, Blockquote, BlockquoteProps, Box, BoxProps, Callout, Card, CardProps, CheckboxCards, Code, CodeProps, Container, ContainerProps, DataList, Dialog, DropdownMenu, Em, EmProps, Flex, FlexProps, Grid, GridProps, HoverCard, IconButton, IconButtonProps, Inset, InsetProps, Kbd, KbdProps, Popover, Progress, ProgressProps, Quote, QuoteProps, Radio, RadioCards, RadioGroup, RadioProps, Heading as RadixHeading, ScrollArea, ScrollAreaProps, Section, SectionProps, SegmentedControl, Select, Separator, SeparatorProps, Skeleton, SkeletonProps, Spinner, SpinnerProps, Strong, StrongProps, Switch, SwitchProps, TabNav, Tabs, TextArea, TextAreaProps, TextField, Tooltip, TooltipProps } from '@radix-ui/themes';
|
|
2
|
+
export { Avatar, AvatarProps } from './avatar.js';
|
|
3
|
+
export { Badge, BadgeProps } from './badge.js';
|
|
4
|
+
export { Button, ButtonProps } from './button.js';
|
|
5
|
+
export { Checkbox, CheckboxProps } from './check-box.js';
|
|
6
|
+
export { CheckboxGroup } from './check-box-group.js';
|
|
7
|
+
export { DatePicker, DatePickerProps } from './date-picker/index.js';
|
|
8
|
+
export { Heading, HeadingProps } from './heading.js';
|
|
9
|
+
export { Link, LinkProps } from './link.js';
|
|
10
|
+
export { Typo, TypoProps } from './typo.js';
|
|
11
|
+
export { Collapse, CollapseProps } from './collapse.js';
|
|
12
|
+
export { Pagination, PaginationProps } from './pagination.js';
|
|
13
|
+
import 'react';
|
|
14
|
+
import 'react-datepicker';
|
package/dist/atoms/index.js
CHANGED
|
@@ -2,9 +2,6 @@ import "../chunk-SQ5HD7LD.js";
|
|
|
2
2
|
import {
|
|
3
3
|
DatePicker
|
|
4
4
|
} from "../chunk-IIBITN2G.js";
|
|
5
|
-
import {
|
|
6
|
-
Tabs
|
|
7
|
-
} from "../chunk-5ZITU5L7.js";
|
|
8
5
|
import {
|
|
9
6
|
TextArea
|
|
10
7
|
} from "../chunk-ILRUXI2E.js";
|
|
@@ -14,9 +11,6 @@ import {
|
|
|
14
11
|
import {
|
|
15
12
|
Tooltip
|
|
16
13
|
} from "../chunk-ACVANQJ4.js";
|
|
17
|
-
import {
|
|
18
|
-
SegmentedControl
|
|
19
|
-
} from "../chunk-TVDKGMBI.js";
|
|
20
14
|
import {
|
|
21
15
|
Select
|
|
22
16
|
} from "../chunk-355MU6BH.js";
|
|
@@ -39,8 +33,8 @@ import {
|
|
|
39
33
|
TabNav
|
|
40
34
|
} from "../chunk-YJ7ZFOYL.js";
|
|
41
35
|
import {
|
|
42
|
-
|
|
43
|
-
} from "../chunk-
|
|
36
|
+
Tabs
|
|
37
|
+
} from "../chunk-5ZITU5L7.js";
|
|
44
38
|
import {
|
|
45
39
|
Progress
|
|
46
40
|
} from "../chunk-365QMK4D.js";
|
|
@@ -63,8 +57,8 @@ import {
|
|
|
63
57
|
Section
|
|
64
58
|
} from "../chunk-MUNMDHRF.js";
|
|
65
59
|
import {
|
|
66
|
-
|
|
67
|
-
} from "../chunk-
|
|
60
|
+
SegmentedControl
|
|
61
|
+
} from "../chunk-TVDKGMBI.js";
|
|
68
62
|
import {
|
|
69
63
|
HoverCard
|
|
70
64
|
} from "../chunk-O3T3TM3V.js";
|
|
@@ -87,8 +81,8 @@ import {
|
|
|
87
81
|
IconButton
|
|
88
82
|
} from "../chunk-O3DNDMV3.js";
|
|
89
83
|
import {
|
|
90
|
-
|
|
91
|
-
} from "../chunk-
|
|
84
|
+
Popover
|
|
85
|
+
} from "../chunk-5AVBYDPB.js";
|
|
92
86
|
import {
|
|
93
87
|
Container
|
|
94
88
|
} from "../chunk-Q37G2GS6.js";
|
|
@@ -111,8 +105,8 @@ import {
|
|
|
111
105
|
Grid
|
|
112
106
|
} from "../chunk-EGEQY3KT.js";
|
|
113
107
|
import {
|
|
114
|
-
|
|
115
|
-
} from "../chunk-
|
|
108
|
+
Heading
|
|
109
|
+
} from "../chunk-HLOY6BIP.js";
|
|
116
110
|
import {
|
|
117
111
|
Button
|
|
118
112
|
} from "../chunk-RET725VL.js";
|
|
@@ -134,6 +128,9 @@ import {
|
|
|
134
128
|
import {
|
|
135
129
|
Code
|
|
136
130
|
} from "../chunk-OHMOP5PV.js";
|
|
131
|
+
import {
|
|
132
|
+
Collapse
|
|
133
|
+
} from "../chunk-OCJNQGHN.js";
|
|
137
134
|
import "../chunk-MMAV5BRZ.js";
|
|
138
135
|
import {
|
|
139
136
|
AlertDialog
|
|
@@ -150,6 +147,9 @@ import {
|
|
|
150
147
|
import {
|
|
151
148
|
Blockquote
|
|
152
149
|
} from "../chunk-YGL6SWKN.js";
|
|
150
|
+
import {
|
|
151
|
+
Box
|
|
152
|
+
} from "../chunk-4Y5BEXVN.js";
|
|
153
153
|
import "../chunk-N552FDTV.js";
|
|
154
154
|
export {
|
|
155
155
|
AlertDialog,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Inset, InsetProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Inset, InsetProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Kbd, KbdProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Kbd, KbdProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LinkProps as LinkProps$1 } from '@radix-ui/themes';
|
|
2
|
+
export { Heading as RadixHeading } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type LinkProps = LinkProps$1 & {
|
|
5
|
+
variant?: 'caption' | 'body' | 'subtitle';
|
|
6
|
+
};
|
|
7
|
+
declare function Link(props: LinkProps): React.ReactNode;
|
|
8
|
+
|
|
9
|
+
export { Link, type LinkProps };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LinkProps as LinkProps$1 } from '@radix-ui/themes';
|
|
2
|
+
export { Heading as RadixHeading } from '@radix-ui/themes';
|
|
3
|
+
|
|
4
|
+
type LinkProps = LinkProps$1 & {
|
|
5
|
+
variant?: 'caption' | 'body' | 'subtitle';
|
|
6
|
+
};
|
|
7
|
+
declare function Link(props: LinkProps): React.ReactNode;
|
|
8
|
+
|
|
9
|
+
export { Link, type LinkProps };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface PaginationProps {
|
|
4
|
+
/** 현재 선택된 페이지 */
|
|
5
|
+
page?: number;
|
|
6
|
+
/** 기본 선택 페이지, page보다 낮은 우선 순위를 갖는다 */
|
|
7
|
+
defaultPage?: number;
|
|
8
|
+
/** 선택한 페이지 변경 이벤트 cb */
|
|
9
|
+
onChange?: (page: number) => void;
|
|
10
|
+
/** 전체 페이지의 수 */
|
|
11
|
+
count?: number;
|
|
12
|
+
}
|
|
13
|
+
declare function Pagination(props: PaginationProps): React__default.ReactNode;
|
|
14
|
+
|
|
15
|
+
export { Pagination, type PaginationProps };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface PaginationProps {
|
|
4
|
+
/** 현재 선택된 페이지 */
|
|
5
|
+
page?: number;
|
|
6
|
+
/** 기본 선택 페이지, page보다 낮은 우선 순위를 갖는다 */
|
|
7
|
+
defaultPage?: number;
|
|
8
|
+
/** 선택한 페이지 변경 이벤트 cb */
|
|
9
|
+
onChange?: (page: number) => void;
|
|
10
|
+
/** 전체 페이지의 수 */
|
|
11
|
+
count?: number;
|
|
12
|
+
}
|
|
13
|
+
declare function Pagination(props: PaginationProps): React__default.ReactNode;
|
|
14
|
+
|
|
15
|
+
export { Pagination, type PaginationProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Popover } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Popover } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Progress, ProgressProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Progress, ProgressProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Quote, QuoteProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Quote, QuoteProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RadioCards } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RadioCards } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RadioGroup } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RadioGroup } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Radio, RadioProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Radio, RadioProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ScrollArea, ScrollAreaProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ScrollArea, ScrollAreaProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Section, SectionProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Section, SectionProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SegmentedControl } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SegmentedControl } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Select } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Select } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Separator, SeparatorProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Separator, SeparatorProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Skeleton, SkeletonProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Skeleton, SkeletonProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Spinner, SpinnerProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Spinner, SpinnerProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Strong, StrongProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Strong, StrongProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Switch, SwitchProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Switch, SwitchProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TabNav } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TabNav } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Tabs } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Tabs } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TextArea, TextAreaProps } from '@radix-ui/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TextArea, TextAreaProps } from '@radix-ui/themes';
|