@tipp/ui 1.0.25 → 1.0.27
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/form.cjs +136 -0
- package/dist/atoms/form.cjs.map +1 -0
- package/dist/atoms/form.d.cts +13 -0
- package/dist/atoms/form.d.ts +13 -0
- package/dist/atoms/form.js +8 -0
- package/dist/atoms/form.js.map +1 -0
- package/dist/atoms/index.cjs +71 -0
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.d.cts +2 -0
- package/dist/atoms/index.d.ts +2 -0
- package/dist/atoms/index.js +13 -9
- package/dist/charts/index.js +1 -0
- package/dist/chunk-2ANGYYEV.js +1 -0
- package/dist/chunk-2ANGYYEV.js.map +1 -0
- package/dist/chunk-2CVXGGI5.js +79 -0
- package/dist/chunk-2CVXGGI5.js.map +1 -0
- package/dist/chunk-2HO6TD5Z.js +77 -0
- package/dist/chunk-2HO6TD5Z.js.map +1 -0
- package/dist/chunk-3R2IB6WJ.js +104 -0
- package/dist/chunk-3R2IB6WJ.js.map +1 -0
- package/dist/chunk-4K4S5TXK.js +7 -0
- package/dist/chunk-4K4S5TXK.js.map +1 -0
- package/dist/chunk-CHHLIPDN.js +23 -0
- package/dist/chunk-CHHLIPDN.js.map +1 -0
- package/dist/chunk-FH5ZSMU2.js +104 -0
- package/dist/chunk-FH5ZSMU2.js.map +1 -0
- package/dist/chunk-KO2GTLZU.js +119 -0
- package/dist/chunk-KO2GTLZU.js.map +1 -0
- package/dist/chunk-LBO3JR5R.js +79 -0
- package/dist/chunk-LBO3JR5R.js.map +1 -0
- package/dist/chunk-MQDLXULL.js +119 -0
- package/dist/chunk-MQDLXULL.js.map +1 -0
- package/dist/chunk-OCDOKW5S.js +119 -0
- package/dist/chunk-OCDOKW5S.js.map +1 -0
- package/dist/chunk-OUSFDJNS.js +119 -0
- package/dist/chunk-OUSFDJNS.js.map +1 -0
- package/dist/chunk-P6F4CTYO.js +79 -0
- package/dist/chunk-P6F4CTYO.js.map +1 -0
- package/dist/chunk-PSINRHYW.js +1 -0
- package/dist/chunk-PSINRHYW.js.map +1 -0
- package/dist/chunk-QANLBULQ.js +79 -0
- package/dist/chunk-QANLBULQ.js.map +1 -0
- package/dist/chunk-QOY42XM2.js +59 -0
- package/dist/chunk-QOY42XM2.js.map +1 -0
- package/dist/chunk-XG4N7OQF.js +104 -0
- package/dist/chunk-XG4N7OQF.js.map +1 -0
- package/dist/chunk-YL5VWNBV.js +91 -0
- package/dist/chunk-YL5VWNBV.js.map +1 -0
- package/dist/index.cjs +318 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +8 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +3 -5
- package/dist/index.d.ts +3 -5
- package/dist/index.js +28 -13
- package/dist/molecules/expand-table/index.cjs +46 -336
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +5 -4
- package/dist/molecules/expand-table/row.cjs +15 -372
- package/dist/molecules/expand-table/row.cjs.map +1 -1
- package/dist/molecules/expand-table/row.js +5 -4
- package/dist/molecules/index.cjs +80 -334
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.js +10 -9
- package/dist/molecules/navigation.cjs +18 -298
- package/dist/molecules/navigation.cjs.map +1 -1
- package/dist/molecules/navigation.js +5 -4
- package/package.json +3 -31
- package/src/atoms/form.tsx +72 -0
- package/src/atoms/index.ts +2 -0
- package/src/index.ts +1 -0
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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
|
|
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
2
|
export { Avatar, AvatarProps } from './atoms/avatar.cjs';
|
|
3
3
|
export { Badge, BadgeProps } from './atoms/badge.cjs';
|
|
4
4
|
export { Button, ButtonProps } from './atoms/button.cjs';
|
|
@@ -13,16 +13,14 @@ export { FieldErrorWrapper, FieldErrorWrapperProps } from './atoms/field-error-w
|
|
|
13
13
|
export { EllipsisTooltip, EllipsisTooltipProps } from './atoms/ellipsis-tooltip.cjs';
|
|
14
14
|
export { Content, Drawer, Root, Trigger } from './atoms/drawer.cjs';
|
|
15
15
|
export { ToastContainer } from './atoms/toast.cjs';
|
|
16
|
+
export { Form } from './atoms/form.cjs';
|
|
16
17
|
export { ExpandTable, ExpandTableProps } from './molecules/expand-table/index.cjs';
|
|
17
18
|
export { Navigation, NavigationProps } from './molecules/navigation.cjs';
|
|
18
19
|
export { DatePicker, DatePickerProps } from './molecules/date-picker/index.cjs';
|
|
19
|
-
export { ThemeProvider } from './theme/theme-provider.cjs';
|
|
20
|
-
import * as index_js from '@radix-ui/themes/dist/cjs/props/index.js';
|
|
21
|
-
export { index_js as uiProps };
|
|
22
|
-
export { BarChartIcon, BookmarkFilledIcon, BookmarkIcon, ChatBubbleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClipboardIcon, Cross1Icon, DotsHorizontalIcon, DotsVerticalIcon, ExclamationTriangleIcon, ExitIcon, FileIcon, GearIcon, InfoCircledIcon, Link2Icon, MagnifyingGlassIcon, MixerHorizontalIcon, Pencil1Icon, PersonIcon, PlusIcon, TrashIcon } from '@radix-ui/react-icons';
|
|
23
20
|
export { toast } from 'react-toastify';
|
|
24
21
|
export { ExpandComp, OnRowClick } from './molecules/expand-table/row.cjs';
|
|
25
22
|
export { ColumnDef, createColumnHelper } from '@tanstack/react-table';
|
|
26
23
|
import 'react';
|
|
27
24
|
import '@radix-ui/react-dialog';
|
|
25
|
+
import '@radix-ui/react-form';
|
|
28
26
|
import 'react-datepicker';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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
|
|
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
2
|
export { Avatar, AvatarProps } from './atoms/avatar.js';
|
|
3
3
|
export { Badge, BadgeProps } from './atoms/badge.js';
|
|
4
4
|
export { Button, ButtonProps } from './atoms/button.js';
|
|
@@ -13,16 +13,14 @@ export { FieldErrorWrapper, FieldErrorWrapperProps } from './atoms/field-error-w
|
|
|
13
13
|
export { EllipsisTooltip, EllipsisTooltipProps } from './atoms/ellipsis-tooltip.js';
|
|
14
14
|
export { Content, Drawer, Root, Trigger } from './atoms/drawer.js';
|
|
15
15
|
export { ToastContainer } from './atoms/toast.js';
|
|
16
|
+
export { Form } from './atoms/form.js';
|
|
16
17
|
export { ExpandTable, ExpandTableProps } from './molecules/expand-table/index.js';
|
|
17
18
|
export { Navigation, NavigationProps } from './molecules/navigation.js';
|
|
18
19
|
export { DatePicker, DatePickerProps } from './molecules/date-picker/index.js';
|
|
19
|
-
export { ThemeProvider } from './theme/theme-provider.js';
|
|
20
|
-
import * as index_js from '@radix-ui/themes/dist/cjs/props/index.js';
|
|
21
|
-
export { index_js as uiProps };
|
|
22
|
-
export { BarChartIcon, BookmarkFilledIcon, BookmarkIcon, ChatBubbleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClipboardIcon, Cross1Icon, DotsHorizontalIcon, DotsVerticalIcon, ExclamationTriangleIcon, ExitIcon, FileIcon, GearIcon, InfoCircledIcon, Link2Icon, MagnifyingGlassIcon, MixerHorizontalIcon, Pencil1Icon, PersonIcon, PlusIcon, TrashIcon } from '@radix-ui/react-icons';
|
|
23
20
|
export { toast } from 'react-toastify';
|
|
24
21
|
export { ExpandComp, OnRowClick } from './molecules/expand-table/row.js';
|
|
25
22
|
export { ColumnDef, createColumnHelper } from '@tanstack/react-table';
|
|
26
23
|
import 'react';
|
|
27
24
|
import '@radix-ui/react-dialog';
|
|
25
|
+
import '@radix-ui/react-form';
|
|
28
26
|
import 'react-datepicker';
|
package/dist/index.js
CHANGED
|
@@ -6,19 +6,25 @@ import {
|
|
|
6
6
|
} from "./chunk-NVKNDAIN.js";
|
|
7
7
|
import "./chunk-KHHXN3CH.js";
|
|
8
8
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
9
|
+
Navigation
|
|
10
|
+
} from "./chunk-IBR5PQVX.js";
|
|
11
11
|
import {
|
|
12
12
|
ExpandTable,
|
|
13
13
|
createColumnHelper
|
|
14
14
|
} from "./chunk-KT7IAGCF.js";
|
|
15
15
|
import "./chunk-XHNYNSZZ.js";
|
|
16
|
+
import {
|
|
17
|
+
DatePicker
|
|
18
|
+
} from "./chunk-HUS5VLHS.js";
|
|
16
19
|
import "./chunk-BSTJBBEX.js";
|
|
17
20
|
import "./chunk-NDUKDKGB.js";
|
|
21
|
+
import "./chunk-2ANGYYEV.js";
|
|
18
22
|
import {
|
|
19
|
-
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import
|
|
23
|
+
TextField
|
|
24
|
+
} from "./chunk-JPIZP2PZ.js";
|
|
25
|
+
import {
|
|
26
|
+
Separator
|
|
27
|
+
} from "./chunk-HYITAA4J.js";
|
|
22
28
|
import {
|
|
23
29
|
Skeleton
|
|
24
30
|
} from "./chunk-5H3YPCZK.js";
|
|
@@ -41,8 +47,8 @@ import {
|
|
|
41
47
|
TextArea
|
|
42
48
|
} from "./chunk-ILRUXI2E.js";
|
|
43
49
|
import {
|
|
44
|
-
|
|
45
|
-
} from "./chunk-
|
|
50
|
+
Quote
|
|
51
|
+
} from "./chunk-YO3BQW6S.js";
|
|
46
52
|
import {
|
|
47
53
|
RadioCards
|
|
48
54
|
} from "./chunk-6IVCARWS.js";
|
|
@@ -64,9 +70,6 @@ import {
|
|
|
64
70
|
import {
|
|
65
71
|
Select
|
|
66
72
|
} from "./chunk-355MU6BH.js";
|
|
67
|
-
import {
|
|
68
|
-
Separator
|
|
69
|
-
} from "./chunk-HYITAA4J.js";
|
|
70
73
|
import {
|
|
71
74
|
Inset
|
|
72
75
|
} from "./chunk-XQOL7UBI.js";
|
|
@@ -85,9 +88,6 @@ import {
|
|
|
85
88
|
import {
|
|
86
89
|
Progress
|
|
87
90
|
} from "./chunk-365QMK4D.js";
|
|
88
|
-
import {
|
|
89
|
-
Quote
|
|
90
|
-
} from "./chunk-YO3BQW6S.js";
|
|
91
91
|
import {
|
|
92
92
|
EllipsisTooltip
|
|
93
93
|
} from "./chunk-4IKPNQV5.js";
|
|
@@ -106,6 +106,9 @@ import {
|
|
|
106
106
|
import {
|
|
107
107
|
Flex
|
|
108
108
|
} from "./chunk-25HMMI7R.js";
|
|
109
|
+
import {
|
|
110
|
+
Form
|
|
111
|
+
} from "./chunk-2CVXGGI5.js";
|
|
109
112
|
import {
|
|
110
113
|
Grid
|
|
111
114
|
} from "./chunk-EGEQY3KT.js";
|
|
@@ -202,6 +205,14 @@ import {
|
|
|
202
205
|
PlusIcon,
|
|
203
206
|
TrashIcon
|
|
204
207
|
} from "./chunk-4UZQXJQO.js";
|
|
208
|
+
import "./chunk-PSINRHYW.js";
|
|
209
|
+
import {
|
|
210
|
+
Chart,
|
|
211
|
+
chart_theme_default
|
|
212
|
+
} from "./chunk-527BQG3X.js";
|
|
213
|
+
import {
|
|
214
|
+
HorizontalBarChart
|
|
215
|
+
} from "./chunk-SGMO4KBC.js";
|
|
205
216
|
import {
|
|
206
217
|
AlertDialog
|
|
207
218
|
} from "./chunk-J242TTFH.js";
|
|
@@ -225,6 +236,7 @@ export {
|
|
|
225
236
|
Button,
|
|
226
237
|
Callout,
|
|
227
238
|
Card,
|
|
239
|
+
Chart,
|
|
228
240
|
ChatBubbleIcon,
|
|
229
241
|
Checkbox,
|
|
230
242
|
CheckboxCards,
|
|
@@ -254,9 +266,11 @@ export {
|
|
|
254
266
|
FieldErrorWrapper,
|
|
255
267
|
FileIcon,
|
|
256
268
|
Flex,
|
|
269
|
+
Form,
|
|
257
270
|
GearIcon,
|
|
258
271
|
Grid,
|
|
259
272
|
Heading,
|
|
273
|
+
HorizontalBarChart,
|
|
260
274
|
HoverCard,
|
|
261
275
|
IconButton,
|
|
262
276
|
InfoCircledIcon,
|
|
@@ -297,6 +311,7 @@ export {
|
|
|
297
311
|
TrashIcon,
|
|
298
312
|
Trigger,
|
|
299
313
|
Typo,
|
|
314
|
+
chart_theme_default as chartTheme,
|
|
300
315
|
createColumnHelper,
|
|
301
316
|
toast,
|
|
302
317
|
uiProps,
|