@lssm/lib.ui-kit-web 1.11.1 → 1.41.1
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/README.md +5 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/accordion.js +1 -1
- package/dist/ui/alert-dialog.js +1 -1
- package/dist/ui/alert.js +1 -1
- package/dist/ui/badge.js +1 -1
- package/dist/ui/breadcrumb.js +1 -1
- package/dist/ui/button.js +16 -5
- package/dist/ui/calendar.js +2 -2
- package/dist/ui/card.js +1 -1
- package/dist/ui/carousel.js +1 -1
- package/dist/ui/checkbox.js +3 -3
- package/dist/ui/command.js +1 -1
- package/dist/ui/context-menu.js +1 -1
- package/dist/ui/cta.js +1 -1
- package/dist/ui/date-picker.js +1 -1
- package/dist/ui/date-range-picker.js +1 -1
- package/dist/ui/datetime-picker.js +1 -1
- package/dist/ui/dialog.js +1 -1
- package/dist/ui/drawer.js +1 -1
- package/dist/ui/dropdown-menu.js +1 -1
- package/dist/ui/empty-state.js +1 -1
- package/dist/ui/empty.js +2 -2
- package/dist/ui/field.js +3 -3
- package/dist/ui/hover-card.js +1 -1
- package/dist/ui/input-group.js +1 -1
- package/dist/ui/input-otp.js +1 -1
- package/dist/ui/input.js +1 -1
- package/dist/ui/label.js +1 -1
- package/dist/ui/link.js +1 -1
- package/dist/ui/marketing/Hero.js +1 -1
- package/dist/ui/marketing/PricingTable.js +1 -1
- package/dist/ui/menubar.js +1 -1
- package/dist/ui/nav-layout.js +1 -1
- package/dist/ui/navigation-menu.js +1 -1
- package/dist/ui/page-header.js +1 -1
- package/dist/ui/pagination.js +1 -1
- package/dist/ui/popover.js +1 -1
- package/dist/ui/progress.js +1 -1
- package/dist/ui/radio-group.js +1 -1
- package/dist/ui/resizable.js +1 -1
- package/dist/ui/scroll-area.js +1 -1
- package/dist/ui/section.js +1 -1
- package/dist/ui/select.js +1 -1
- package/dist/ui/separator.js +1 -1
- package/dist/ui/sheet.js +1 -1
- package/dist/ui/sidebar.js +1 -1
- package/dist/ui/slider.js +1 -1
- package/dist/ui/stack.js +1 -1
- package/dist/ui/stepper.js +1 -1
- package/dist/ui/switch.js +4 -3
- package/dist/ui/table.js +1 -1
- package/dist/ui/tabs.js +1 -1
- package/dist/ui/text.js +1 -1
- package/dist/ui/textarea.js +1 -1
- package/dist/ui/time-picker.js +1 -1
- package/dist/ui/toast.js +1 -1
- package/dist/ui/toggle-group.js +1 -1
- package/dist/ui/toggle.js +1 -1
- package/dist/ui/tooltip.js +1 -1
- package/dist/ui/typography.js +1 -1
- package/package.json +243 -137
- package/dist/index.d.ts +0 -1
- package/dist/ui/accordion.d.ts +0 -24
- package/dist/ui/alert-dialog.d.ts +0 -48
- package/dist/ui/alert.d.ts +0 -24
- package/dist/ui/aspect-ratio.d.ts +0 -7
- package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts +0 -7
- package/dist/ui/atoms/FilterSelect/index.d.ts +0 -3
- package/dist/ui/atoms/FilterSelect/types.d.ts +0 -18
- package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts +0 -22
- package/dist/ui/atoms/LoadingSpinner/index.d.ts +0 -2
- package/dist/ui/atoms/Pagination/Pagination.d.ts +0 -7
- package/dist/ui/atoms/Pagination/index.d.ts +0 -3
- package/dist/ui/atoms/Pagination/types.d.ts +0 -15
- package/dist/ui/atoms/SearchInput/SearchInput.d.ts +0 -7
- package/dist/ui/atoms/SearchInput/index.d.ts +0 -3
- package/dist/ui/atoms/SearchInput/types.d.ts +0 -12
- package/dist/ui/avatar.d.ts +0 -19
- package/dist/ui/badge.d.ts +0 -19
- package/dist/ui/breadcrumb.d.ts +0 -37
- package/dist/ui/button.d.ts +0 -22
- package/dist/ui/calendar.d.ts +0 -26
- package/dist/ui/card.d.ts +0 -34
- package/dist/ui/carousel.d.ts +0 -47
- package/dist/ui/checkbox.d.ts +0 -11
- package/dist/ui/collapsible.d.ts +0 -15
- package/dist/ui/command.d.ts +0 -52
- package/dist/ui/confirm-dialog.d.ts +0 -30
- package/dist/ui/context-menu.d.ts +0 -34
- package/dist/ui/cta.d.ts +0 -14
- package/dist/ui/date-picker.d.ts +0 -25
- package/dist/ui/date-range-picker.d.ts +0 -25
- package/dist/ui/datetime-picker.d.ts +0 -27
- package/dist/ui/dialog.d.ts +0 -47
- package/dist/ui/drawer.d.ts +0 -44
- package/dist/ui/dropdown-menu.d.ts +0 -77
- package/dist/ui/empty-state.d.ts +0 -28
- package/dist/ui/empty.d.ts +0 -35
- package/dist/ui/field.d.ts +0 -64
- package/dist/ui/focus-on-route-change.d.ts +0 -8
- package/dist/ui/form.d.ts +0 -46
- package/dist/ui/hover-card.d.ts +0 -19
- package/dist/ui/input-group.d.ts +0 -43
- package/dist/ui/input-otp.d.ts +0 -38
- package/dist/ui/input.d.ts +0 -12
- package/dist/ui/label.d.ts +0 -11
- package/dist/ui/link.d.ts +0 -8
- package/dist/ui/live-region.d.ts +0 -16
- package/dist/ui/loading-button.d.ts +0 -19
- package/dist/ui/map/MapBase.d.ts +0 -28
- package/dist/ui/map/MapGeoJsonOverlay.d.ts +0 -15
- package/dist/ui/map/MapHeatmapH3.d.ts +0 -17
- package/dist/ui/map/MapMarkers.d.ts +0 -19
- package/dist/ui/map/index.d.ts +0 -5
- package/dist/ui/marketing/FeatureGrid.d.ts +0 -20
- package/dist/ui/marketing/Hero.d.ts +0 -27
- package/dist/ui/marketing/PricingTable.d.ts +0 -24
- package/dist/ui/marketing/index.d.ts +0 -4
- package/dist/ui/menubar.d.ts +0 -84
- package/dist/ui/molecules/Autocomplete/index.d.ts +0 -6
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts +0 -7
- package/dist/ui/molecules/SearchAndFilter/index.d.ts +0 -3
- package/dist/ui/molecules/SearchAndFilter/types.d.ts +0 -23
- package/dist/ui/molecules/SkeletonList.d.ts +0 -15
- package/dist/ui/nav-layout.d.ts +0 -70
- package/dist/ui/navigation-menu.d.ts +0 -46
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +0 -29
- package/dist/ui/organisms/ErrorBoundary/index.d.ts +0 -2
- package/dist/ui/organisms/ListPage/ListPage.d.ts +0 -28
- package/dist/ui/organisms/ListPage/index.d.ts +0 -3
- package/dist/ui/organisms/ListPage/types.d.ts +0 -40
- package/dist/ui/page-header.d.ts +0 -26
- package/dist/ui/pagination.d.ts +0 -49
- package/dist/ui/popover.d.ts +0 -22
- package/dist/ui/progress.d.ts +0 -12
- package/dist/ui/radio-group.d.ts +0 -15
- package/dist/ui/resizable.d.ts +0 -35
- package/dist/ui/route-announcer.d.ts +0 -10
- package/dist/ui/scroll-area.d.ts +0 -17
- package/dist/ui/section.d.ts +0 -26
- package/dist/ui/select.d.ts +0 -51
- package/dist/ui/separator.d.ts +0 -13
- package/dist/ui/sheet.d.ts +0 -40
- package/dist/ui/sidebar.d.ts +0 -166
- package/dist/ui/skeleton.d.ts +0 -9
- package/dist/ui/skip-link.d.ts +0 -16
- package/dist/ui/slider.d.ts +0 -15
- package/dist/ui/sonner.d.ts +0 -9
- package/dist/ui/stack.d.ts +0 -47
- package/dist/ui/stat-card-group.d.ts +0 -18
- package/dist/ui/stepper.d.ts +0 -22
- package/dist/ui/switch.d.ts +0 -11
- package/dist/ui/table.d.ts +0 -38
- package/dist/ui/tabs.d.ts +0 -23
- package/dist/ui/text.d.ts +0 -15
- package/dist/ui/textarea.d.ts +0 -11
- package/dist/ui/time-picker.d.ts +0 -21
- package/dist/ui/toast.d.ts +0 -19
- package/dist/ui/toaster.d.ts +0 -6
- package/dist/ui/toggle-group.d.ts +0 -23
- package/dist/ui/toggle.d.ts +0 -19
- package/dist/ui/tooltip.d.ts +0 -23
- package/dist/ui/typography.d.ts +0 -64
- package/dist/ui/use-media-query.d.ts +0 -4
- package/dist/ui/use-mobile.d.ts +0 -4
- package/dist/ui/use-reduced-motion.d.ts +0 -4
- package/dist/ui/use-toast.d.ts +0 -49
- package/dist/ui/useListState.d.ts +0 -33
- package/dist/ui/usecases/UseCaseCard.d.ts +0 -18
- package/dist/ui/usecases/UserStoryCard.d.ts +0 -14
- package/dist/ui/usecases/index.d.ts +0 -3
- package/dist/ui/utils.d.ts +0 -6
- package/dist/ui/visually-hidden.d.ts +0 -9
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime235 from "react/jsx-runtime";
|
|
3
|
-
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
4
|
-
|
|
5
|
-
//#region ui/dropdown-menu.d.ts
|
|
6
|
-
declare function DropdownMenu({
|
|
7
|
-
...props
|
|
8
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime235.JSX.Element;
|
|
9
|
-
declare function DropdownMenuPortal({
|
|
10
|
-
...props
|
|
11
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime235.JSX.Element;
|
|
12
|
-
declare function DropdownMenuTrigger({
|
|
13
|
-
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime235.JSX.Element;
|
|
15
|
-
declare function DropdownMenuContent({
|
|
16
|
-
className,
|
|
17
|
-
sideOffset,
|
|
18
|
-
...props
|
|
19
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime235.JSX.Element;
|
|
20
|
-
declare function DropdownMenuGroup({
|
|
21
|
-
...props
|
|
22
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime235.JSX.Element;
|
|
23
|
-
declare function DropdownMenuItem({
|
|
24
|
-
className,
|
|
25
|
-
inset,
|
|
26
|
-
variant,
|
|
27
|
-
...props
|
|
28
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
29
|
-
inset?: boolean;
|
|
30
|
-
variant?: 'default' | 'destructive';
|
|
31
|
-
}): react_jsx_runtime235.JSX.Element;
|
|
32
|
-
declare function DropdownMenuCheckboxItem({
|
|
33
|
-
className,
|
|
34
|
-
children,
|
|
35
|
-
checked,
|
|
36
|
-
...props
|
|
37
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime235.JSX.Element;
|
|
38
|
-
declare function DropdownMenuRadioGroup({
|
|
39
|
-
...props
|
|
40
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime235.JSX.Element;
|
|
41
|
-
declare function DropdownMenuRadioItem({
|
|
42
|
-
className,
|
|
43
|
-
children,
|
|
44
|
-
...props
|
|
45
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime235.JSX.Element;
|
|
46
|
-
declare function DropdownMenuLabel({
|
|
47
|
-
className,
|
|
48
|
-
inset,
|
|
49
|
-
...props
|
|
50
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
51
|
-
inset?: boolean;
|
|
52
|
-
}): react_jsx_runtime235.JSX.Element;
|
|
53
|
-
declare function DropdownMenuSeparator({
|
|
54
|
-
className,
|
|
55
|
-
...props
|
|
56
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime235.JSX.Element;
|
|
57
|
-
declare function DropdownMenuShortcut({
|
|
58
|
-
className,
|
|
59
|
-
...props
|
|
60
|
-
}: React$1.ComponentProps<'span'>): react_jsx_runtime235.JSX.Element;
|
|
61
|
-
declare function DropdownMenuSub({
|
|
62
|
-
...props
|
|
63
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime235.JSX.Element;
|
|
64
|
-
declare function DropdownMenuSubTrigger({
|
|
65
|
-
className,
|
|
66
|
-
inset,
|
|
67
|
-
children,
|
|
68
|
-
...props
|
|
69
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
70
|
-
inset?: boolean;
|
|
71
|
-
}): react_jsx_runtime235.JSX.Element;
|
|
72
|
-
declare function DropdownMenuSubContent({
|
|
73
|
-
className,
|
|
74
|
-
...props
|
|
75
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime235.JSX.Element;
|
|
76
|
-
//#endregion
|
|
77
|
-
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };
|
package/dist/ui/empty-state.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime251 from "react/jsx-runtime";
|
|
3
|
-
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as class_variance_authority_types19 from "class-variance-authority/types";
|
|
5
|
-
|
|
6
|
-
//#region ui/empty-state.d.ts
|
|
7
|
-
declare const containerVariants: (props?: ({
|
|
8
|
-
density?: "default" | "compact" | null | undefined;
|
|
9
|
-
} & class_variance_authority_types19.ClassProp) | undefined) => string;
|
|
10
|
-
interface EmptyStateProps extends VariantProps<typeof containerVariants> {
|
|
11
|
-
icon?: React$1.ReactNode;
|
|
12
|
-
title: React$1.ReactNode;
|
|
13
|
-
description?: React$1.ReactNode;
|
|
14
|
-
primaryAction?: React$1.ReactNode;
|
|
15
|
-
secondaryAction?: React$1.ReactNode;
|
|
16
|
-
className?: string;
|
|
17
|
-
}
|
|
18
|
-
declare function EmptyState({
|
|
19
|
-
icon,
|
|
20
|
-
title,
|
|
21
|
-
description,
|
|
22
|
-
primaryAction,
|
|
23
|
-
secondaryAction,
|
|
24
|
-
className,
|
|
25
|
-
density
|
|
26
|
-
}: EmptyStateProps): react_jsx_runtime251.JSX.Element;
|
|
27
|
-
//#endregion
|
|
28
|
-
export { EmptyState, EmptyStateProps };
|
package/dist/ui/empty.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime253 from "react/jsx-runtime";
|
|
2
|
-
import { VariantProps } from "class-variance-authority";
|
|
3
|
-
import * as class_variance_authority_types20 from "class-variance-authority/types";
|
|
4
|
-
|
|
5
|
-
//#region ui/empty.d.ts
|
|
6
|
-
declare function Empty({
|
|
7
|
-
className,
|
|
8
|
-
...props
|
|
9
|
-
}: React.ComponentProps<'div'>): react_jsx_runtime253.JSX.Element;
|
|
10
|
-
declare function EmptyHeader({
|
|
11
|
-
className,
|
|
12
|
-
...props
|
|
13
|
-
}: React.ComponentProps<'div'>): react_jsx_runtime253.JSX.Element;
|
|
14
|
-
declare const emptyMediaVariants: (props?: ({
|
|
15
|
-
variant?: "default" | "icon" | null | undefined;
|
|
16
|
-
} & class_variance_authority_types20.ClassProp) | undefined) => string;
|
|
17
|
-
declare function EmptyMedia({
|
|
18
|
-
className,
|
|
19
|
-
variant,
|
|
20
|
-
...props
|
|
21
|
-
}: React.ComponentProps<'div'> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime253.JSX.Element;
|
|
22
|
-
declare function EmptyTitle({
|
|
23
|
-
className,
|
|
24
|
-
...props
|
|
25
|
-
}: React.ComponentProps<'div'>): react_jsx_runtime253.JSX.Element;
|
|
26
|
-
declare function EmptyDescription({
|
|
27
|
-
className,
|
|
28
|
-
...props
|
|
29
|
-
}: React.ComponentProps<'p'>): react_jsx_runtime253.JSX.Element;
|
|
30
|
-
declare function EmptyContent({
|
|
31
|
-
className,
|
|
32
|
-
...props
|
|
33
|
-
}: React.ComponentProps<'div'>): react_jsx_runtime253.JSX.Element;
|
|
34
|
-
//#endregion
|
|
35
|
-
export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle };
|
package/dist/ui/field.d.ts
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { Label } from "./label.js";
|
|
2
|
-
import * as react_jsx_runtime259 from "react/jsx-runtime";
|
|
3
|
-
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as class_variance_authority_types21 from "class-variance-authority/types";
|
|
5
|
-
|
|
6
|
-
//#region ui/field.d.ts
|
|
7
|
-
declare function FieldSet({
|
|
8
|
-
className,
|
|
9
|
-
...props
|
|
10
|
-
}: React.ComponentProps<'fieldset'>): react_jsx_runtime259.JSX.Element;
|
|
11
|
-
declare function FieldLegend({
|
|
12
|
-
className,
|
|
13
|
-
variant,
|
|
14
|
-
...props
|
|
15
|
-
}: React.ComponentProps<'legend'> & {
|
|
16
|
-
variant?: 'legend' | 'label';
|
|
17
|
-
}): react_jsx_runtime259.JSX.Element;
|
|
18
|
-
declare function FieldGroup({
|
|
19
|
-
className,
|
|
20
|
-
...props
|
|
21
|
-
}: React.ComponentProps<'div'>): react_jsx_runtime259.JSX.Element;
|
|
22
|
-
declare const fieldVariants: (props?: ({
|
|
23
|
-
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
24
|
-
} & class_variance_authority_types21.ClassProp) | undefined) => string;
|
|
25
|
-
declare function Field({
|
|
26
|
-
className,
|
|
27
|
-
orientation,
|
|
28
|
-
...props
|
|
29
|
-
}: React.ComponentProps<'div'> & VariantProps<typeof fieldVariants>): react_jsx_runtime259.JSX.Element;
|
|
30
|
-
declare function FieldContent({
|
|
31
|
-
className,
|
|
32
|
-
...props
|
|
33
|
-
}: React.ComponentProps<'div'>): react_jsx_runtime259.JSX.Element;
|
|
34
|
-
declare function FieldLabel({
|
|
35
|
-
className,
|
|
36
|
-
...props
|
|
37
|
-
}: React.ComponentProps<typeof Label>): react_jsx_runtime259.JSX.Element;
|
|
38
|
-
declare function FieldTitle({
|
|
39
|
-
className,
|
|
40
|
-
...props
|
|
41
|
-
}: React.ComponentProps<'div'>): react_jsx_runtime259.JSX.Element;
|
|
42
|
-
declare function FieldDescription({
|
|
43
|
-
className,
|
|
44
|
-
...props
|
|
45
|
-
}: React.ComponentProps<'p'>): react_jsx_runtime259.JSX.Element;
|
|
46
|
-
declare function FieldSeparator({
|
|
47
|
-
children,
|
|
48
|
-
className,
|
|
49
|
-
...props
|
|
50
|
-
}: React.ComponentProps<'div'> & {
|
|
51
|
-
children?: React.ReactNode;
|
|
52
|
-
}): react_jsx_runtime259.JSX.Element;
|
|
53
|
-
declare function FieldError({
|
|
54
|
-
className,
|
|
55
|
-
children,
|
|
56
|
-
errors,
|
|
57
|
-
...props
|
|
58
|
-
}: React.ComponentProps<'div'> & {
|
|
59
|
-
errors?: ({
|
|
60
|
-
message?: string;
|
|
61
|
-
} | undefined)[];
|
|
62
|
-
}): react_jsx_runtime259.JSX.Element | null;
|
|
63
|
-
//#endregion
|
|
64
|
-
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle };
|
package/dist/ui/form.d.ts
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
3
|
-
import { Slot } from "@radix-ui/react-slot";
|
|
4
|
-
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
5
|
-
import * as react_hook_form0 from "react-hook-form";
|
|
6
|
-
import { ControllerProps, FieldPath, FieldValues, UseFormReturn, useFieldArray, useForm } from "react-hook-form";
|
|
7
|
-
import { zodResolver } from "@hookform/resolvers/zod";
|
|
8
|
-
|
|
9
|
-
//#region ui/form.d.ts
|
|
10
|
-
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form0.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
11
|
-
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
|
|
12
|
-
...props
|
|
13
|
-
}: ControllerProps<TFieldValues, TName>) => react_jsx_runtime18.JSX.Element;
|
|
14
|
-
declare const useFormField: () => {
|
|
15
|
-
invalid: boolean;
|
|
16
|
-
isDirty: boolean;
|
|
17
|
-
isTouched: boolean;
|
|
18
|
-
isValidating: boolean;
|
|
19
|
-
error?: react_hook_form0.FieldError;
|
|
20
|
-
id: string;
|
|
21
|
-
name: string;
|
|
22
|
-
formItemId: string;
|
|
23
|
-
formDescriptionId: string;
|
|
24
|
-
formMessageId: string;
|
|
25
|
-
};
|
|
26
|
-
declare function FormItem({
|
|
27
|
-
className,
|
|
28
|
-
...props
|
|
29
|
-
}: React$1.ComponentProps<'div'>): react_jsx_runtime18.JSX.Element;
|
|
30
|
-
declare function FormLabel({
|
|
31
|
-
className,
|
|
32
|
-
...props
|
|
33
|
-
}: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime18.JSX.Element;
|
|
34
|
-
declare function FormControl({
|
|
35
|
-
...props
|
|
36
|
-
}: React$1.ComponentProps<typeof Slot>): react_jsx_runtime18.JSX.Element;
|
|
37
|
-
declare function FormDescription({
|
|
38
|
-
className,
|
|
39
|
-
...props
|
|
40
|
-
}: React$1.ComponentProps<'p'>): react_jsx_runtime18.JSX.Element;
|
|
41
|
-
declare function FormMessage({
|
|
42
|
-
className,
|
|
43
|
-
...props
|
|
44
|
-
}: React$1.ComponentProps<'p'>): react_jsx_runtime18.JSX.Element | null;
|
|
45
|
-
//#endregion
|
|
46
|
-
export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, type UseFormReturn, useFieldArray, useForm, useFormField, zodResolver };
|
package/dist/ui/hover-card.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
3
|
-
import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
|
|
4
|
-
|
|
5
|
-
//#region ui/hover-card.d.ts
|
|
6
|
-
declare function HoverCard({
|
|
7
|
-
...props
|
|
8
|
-
}: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime25.JSX.Element;
|
|
9
|
-
declare function HoverCardTrigger({
|
|
10
|
-
...props
|
|
11
|
-
}: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime25.JSX.Element;
|
|
12
|
-
declare function HoverCardContent({
|
|
13
|
-
className,
|
|
14
|
-
align,
|
|
15
|
-
sideOffset,
|
|
16
|
-
...props
|
|
17
|
-
}: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime25.JSX.Element;
|
|
18
|
-
//#endregion
|
|
19
|
-
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
package/dist/ui/input-group.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { Button } from "./button.js";
|
|
2
|
-
import * as React$1 from "react";
|
|
3
|
-
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
4
|
-
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as class_variance_authority_types1 from "class-variance-authority/types";
|
|
6
|
-
|
|
7
|
-
//#region ui/input-group.d.ts
|
|
8
|
-
declare function InputGroup({
|
|
9
|
-
className,
|
|
10
|
-
...props
|
|
11
|
-
}: React$1.ComponentProps<'div'>): react_jsx_runtime29.JSX.Element;
|
|
12
|
-
declare const inputGroupAddonVariants: (props?: ({
|
|
13
|
-
align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
|
|
14
|
-
} & class_variance_authority_types1.ClassProp) | undefined) => string;
|
|
15
|
-
declare function InputGroupAddon({
|
|
16
|
-
className,
|
|
17
|
-
align,
|
|
18
|
-
...props
|
|
19
|
-
}: React$1.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime29.JSX.Element;
|
|
20
|
-
declare const inputGroupButtonVariants: (props?: ({
|
|
21
|
-
size?: "sm" | "xs" | "icon-xs" | "icon-sm" | null | undefined;
|
|
22
|
-
} & class_variance_authority_types1.ClassProp) | undefined) => string;
|
|
23
|
-
declare function InputGroupButton({
|
|
24
|
-
className,
|
|
25
|
-
type,
|
|
26
|
-
variant,
|
|
27
|
-
size,
|
|
28
|
-
...props
|
|
29
|
-
}: Omit<React$1.ComponentProps<typeof Button>, 'size'> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime29.JSX.Element;
|
|
30
|
-
declare function InputGroupText({
|
|
31
|
-
className,
|
|
32
|
-
...props
|
|
33
|
-
}: React$1.ComponentProps<'span'>): react_jsx_runtime29.JSX.Element;
|
|
34
|
-
declare function InputGroupInput({
|
|
35
|
-
className,
|
|
36
|
-
...props
|
|
37
|
-
}: React$1.ComponentProps<'input'>): react_jsx_runtime29.JSX.Element;
|
|
38
|
-
declare function InputGroupTextarea({
|
|
39
|
-
className,
|
|
40
|
-
...props
|
|
41
|
-
}: React$1.ComponentProps<'textarea'>): react_jsx_runtime29.JSX.Element;
|
|
42
|
-
//#endregion
|
|
43
|
-
export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea };
|
package/dist/ui/input-otp.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as input_otp0 from "input-otp";
|
|
3
|
-
|
|
4
|
-
//#region ui/input-otp.d.ts
|
|
5
|
-
declare const InputOTP: React$1.ForwardRefExoticComponent<(Omit<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "maxLength" | "value" | "onChange" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
|
|
6
|
-
value?: string;
|
|
7
|
-
onChange?: (newValue: string) => unknown;
|
|
8
|
-
maxLength: number;
|
|
9
|
-
textAlign?: "left" | "center" | "right";
|
|
10
|
-
onComplete?: (...args: any[]) => unknown;
|
|
11
|
-
pushPasswordManagerStrategy?: "increase-width" | "none";
|
|
12
|
-
pasteTransformer?: (pasted: string) => string;
|
|
13
|
-
containerClassName?: string;
|
|
14
|
-
noScriptCSSFallback?: string | null;
|
|
15
|
-
} & {
|
|
16
|
-
render: (props: input_otp0.RenderProps) => React$1.ReactNode;
|
|
17
|
-
children?: never;
|
|
18
|
-
} & React$1.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "maxLength" | "value" | "onChange" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
|
|
19
|
-
value?: string;
|
|
20
|
-
onChange?: (newValue: string) => unknown;
|
|
21
|
-
maxLength: number;
|
|
22
|
-
textAlign?: "left" | "center" | "right";
|
|
23
|
-
onComplete?: (...args: any[]) => unknown;
|
|
24
|
-
pushPasswordManagerStrategy?: "increase-width" | "none";
|
|
25
|
-
pasteTransformer?: (pasted: string) => string;
|
|
26
|
-
containerClassName?: string;
|
|
27
|
-
noScriptCSSFallback?: string | null;
|
|
28
|
-
} & {
|
|
29
|
-
render?: never;
|
|
30
|
-
children: React$1.ReactNode;
|
|
31
|
-
} & React$1.RefAttributes<HTMLInputElement>, "ref">) & React$1.RefAttributes<HTMLInputElement>>;
|
|
32
|
-
declare const InputOTPGroup: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
33
|
-
declare const InputOTPSlot: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
34
|
-
index: number;
|
|
35
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
36
|
-
declare const InputOTPSeparator: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
37
|
-
//#endregion
|
|
38
|
-
export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
|
package/dist/ui/input.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
3
|
-
|
|
4
|
-
//#region ui/input.d.ts
|
|
5
|
-
type InputProps = React$1.ComponentProps<'input'>;
|
|
6
|
-
declare function Input({
|
|
7
|
-
className,
|
|
8
|
-
type,
|
|
9
|
-
...props
|
|
10
|
-
}: InputProps): react_jsx_runtime44.JSX.Element;
|
|
11
|
-
//#endregion
|
|
12
|
-
export { Input, InputProps };
|
package/dist/ui/label.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime49 from "react/jsx-runtime";
|
|
3
|
-
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
4
|
-
|
|
5
|
-
//#region ui/label.d.ts
|
|
6
|
-
declare function Label({
|
|
7
|
-
className,
|
|
8
|
-
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime49.JSX.Element;
|
|
10
|
-
//#endregion
|
|
11
|
-
export { Label };
|
package/dist/ui/link.d.ts
DELETED
package/dist/ui/live-region.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime52 from "react/jsx-runtime";
|
|
3
|
-
|
|
4
|
-
//#region ui/live-region.d.ts
|
|
5
|
-
type LiveRegionPoliteness = 'polite' | 'assertive';
|
|
6
|
-
interface SRLiveRegionContextValue {
|
|
7
|
-
announce: (text: string, politeness?: LiveRegionPoliteness) => void;
|
|
8
|
-
}
|
|
9
|
-
declare function useSRLiveRegion(): SRLiveRegionContextValue;
|
|
10
|
-
declare function SRLiveRegionProvider({
|
|
11
|
-
children
|
|
12
|
-
}: {
|
|
13
|
-
children: React$1.ReactNode;
|
|
14
|
-
}): react_jsx_runtime52.JSX.Element;
|
|
15
|
-
//#endregion
|
|
16
|
-
export { LiveRegionPoliteness, SRLiveRegionProvider, useSRLiveRegion };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ButtonProps } from "./button.js";
|
|
2
|
-
import React from "react";
|
|
3
|
-
import * as react_jsx_runtime54 from "react/jsx-runtime";
|
|
4
|
-
|
|
5
|
-
//#region ui/loading-button.d.ts
|
|
6
|
-
interface LoadingButtonProps extends ButtonProps {
|
|
7
|
-
isLoading?: boolean;
|
|
8
|
-
loadingText?: string;
|
|
9
|
-
children: React.ReactNode;
|
|
10
|
-
}
|
|
11
|
-
declare function LoadingButton({
|
|
12
|
-
isLoading,
|
|
13
|
-
loadingText,
|
|
14
|
-
children,
|
|
15
|
-
disabled,
|
|
16
|
-
...props
|
|
17
|
-
}: LoadingButtonProps): react_jsx_runtime54.JSX.Element;
|
|
18
|
-
//#endregion
|
|
19
|
-
export { LoadingButton };
|
package/dist/ui/map/MapBase.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from "react";
|
|
2
|
-
import * as react_jsx_runtime207 from "react/jsx-runtime";
|
|
3
|
-
import { MapRef } from "react-map-gl/maplibre";
|
|
4
|
-
|
|
5
|
-
//#region ui/map/MapBase.d.ts
|
|
6
|
-
interface BBox {
|
|
7
|
-
minLng: number;
|
|
8
|
-
minLat: number;
|
|
9
|
-
maxLng: number;
|
|
10
|
-
maxLat: number;
|
|
11
|
-
}
|
|
12
|
-
interface MapBaseProps {
|
|
13
|
-
initialViewState?: {
|
|
14
|
-
longitude: number;
|
|
15
|
-
latitude: number;
|
|
16
|
-
zoom: number;
|
|
17
|
-
};
|
|
18
|
-
styleUrl?: string;
|
|
19
|
-
style?: CSSProperties;
|
|
20
|
-
showControls?: boolean;
|
|
21
|
-
showCssLink?: boolean;
|
|
22
|
-
onMoveEnd?: (bbox: BBox) => void;
|
|
23
|
-
onMapRef?: (ref: MapRef | null) => void;
|
|
24
|
-
children?: ReactNode;
|
|
25
|
-
}
|
|
26
|
-
declare function MapBase(props: MapBaseProps): react_jsx_runtime207.JSX.Element;
|
|
27
|
-
//#endregion
|
|
28
|
-
export { BBox, MapBase, MapBase as default, MapBaseProps };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime209 from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
//#region ui/map/MapGeoJsonOverlay.d.ts
|
|
4
|
-
interface GeoJsonOverlayProps {
|
|
5
|
-
id?: string;
|
|
6
|
-
data: GeoJSON.FeatureCollection;
|
|
7
|
-
fillColor?: string;
|
|
8
|
-
fillOpacity?: number;
|
|
9
|
-
lineColor?: string;
|
|
10
|
-
lineWidth?: number;
|
|
11
|
-
lineOpacity?: number;
|
|
12
|
-
}
|
|
13
|
-
declare function MapGeoJsonOverlay(props: GeoJsonOverlayProps): react_jsx_runtime209.JSX.Element;
|
|
14
|
-
//#endregion
|
|
15
|
-
export { GeoJsonOverlayProps, MapGeoJsonOverlay, MapGeoJsonOverlay as default };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime211 from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
//#region ui/map/MapHeatmapH3.d.ts
|
|
4
|
-
interface H3FeatureProperties {
|
|
5
|
-
id: string;
|
|
6
|
-
h3Index?: string;
|
|
7
|
-
count: number;
|
|
8
|
-
}
|
|
9
|
-
interface H3HeatmapProps {
|
|
10
|
-
id?: string;
|
|
11
|
-
data: GeoJSON.FeatureCollection<GeoJSON.Polygon | GeoJSON.MultiPolygon, H3FeatureProperties>;
|
|
12
|
-
colorStops?: [number, string][];
|
|
13
|
-
maxCount?: number;
|
|
14
|
-
}
|
|
15
|
-
declare function MapHeatmapH3(props: H3HeatmapProps): react_jsx_runtime211.JSX.Element;
|
|
16
|
-
//#endregion
|
|
17
|
-
export { H3FeatureProperties, H3HeatmapProps, MapHeatmapH3, MapHeatmapH3 as default };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime213 from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
//#region ui/map/MapMarkers.d.ts
|
|
4
|
-
interface MapPoint {
|
|
5
|
-
id: string;
|
|
6
|
-
lng: number;
|
|
7
|
-
lat: number;
|
|
8
|
-
color?: string;
|
|
9
|
-
size?: number;
|
|
10
|
-
ariaLabel?: string;
|
|
11
|
-
onClick?: () => void;
|
|
12
|
-
}
|
|
13
|
-
declare function MapMarkers({
|
|
14
|
-
points
|
|
15
|
-
}: {
|
|
16
|
-
points: MapPoint[];
|
|
17
|
-
}): react_jsx_runtime213.JSX.Element;
|
|
18
|
-
//#endregion
|
|
19
|
-
export { MapMarkers, MapMarkers as default, MapPoint };
|
package/dist/ui/map/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { BBox, MapBase, MapBaseProps } from "./MapBase.js";
|
|
2
|
-
import { GeoJsonOverlayProps, MapGeoJsonOverlay } from "./MapGeoJsonOverlay.js";
|
|
3
|
-
import { H3FeatureProperties, H3HeatmapProps, MapHeatmapH3 } from "./MapHeatmapH3.js";
|
|
4
|
-
import { MapMarkers, MapPoint } from "./MapMarkers.js";
|
|
5
|
-
export { BBox, GeoJsonOverlayProps, H3FeatureProperties, H3HeatmapProps, MapBase, MapBaseProps, MapGeoJsonOverlay, MapHeatmapH3, MapMarkers, MapPoint };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime234 from "react/jsx-runtime";
|
|
3
|
-
|
|
4
|
-
//#region ui/marketing/FeatureGrid.d.ts
|
|
5
|
-
interface FeatureItem {
|
|
6
|
-
title: React$1.ReactNode;
|
|
7
|
-
description?: React$1.ReactNode;
|
|
8
|
-
icon?: React$1.ReactNode;
|
|
9
|
-
}
|
|
10
|
-
declare function FeatureGrid({
|
|
11
|
-
items,
|
|
12
|
-
columns,
|
|
13
|
-
className
|
|
14
|
-
}: {
|
|
15
|
-
items: FeatureItem[];
|
|
16
|
-
columns?: 2 | 3 | 4;
|
|
17
|
-
className?: string;
|
|
18
|
-
}): react_jsx_runtime234.JSX.Element;
|
|
19
|
-
//#endregion
|
|
20
|
-
export { FeatureGrid, FeatureItem };
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as React$1 from "react";
|
|
2
|
-
import * as react_jsx_runtime250 from "react/jsx-runtime";
|
|
3
|
-
|
|
4
|
-
//#region ui/marketing/Hero.d.ts
|
|
5
|
-
declare function Hero({
|
|
6
|
-
title,
|
|
7
|
-
subtitle,
|
|
8
|
-
primaryCta,
|
|
9
|
-
secondaryCta,
|
|
10
|
-
className
|
|
11
|
-
}: {
|
|
12
|
-
title: React$1.ReactNode;
|
|
13
|
-
subtitle?: React$1.ReactNode;
|
|
14
|
-
primaryCta?: {
|
|
15
|
-
label: string;
|
|
16
|
-
href?: string;
|
|
17
|
-
onClick?: () => void;
|
|
18
|
-
};
|
|
19
|
-
secondaryCta?: {
|
|
20
|
-
label: string;
|
|
21
|
-
href?: string;
|
|
22
|
-
onClick?: () => void;
|
|
23
|
-
};
|
|
24
|
-
className?: string;
|
|
25
|
-
}): react_jsx_runtime250.JSX.Element;
|
|
26
|
-
//#endregion
|
|
27
|
-
export { Hero };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime252 from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
//#region ui/marketing/PricingTable.d.ts
|
|
4
|
-
interface PricingTier {
|
|
5
|
-
name: string;
|
|
6
|
-
price: string;
|
|
7
|
-
tagline?: string;
|
|
8
|
-
features: string[];
|
|
9
|
-
cta?: {
|
|
10
|
-
label: string;
|
|
11
|
-
href?: string;
|
|
12
|
-
onClick?: () => void;
|
|
13
|
-
};
|
|
14
|
-
highlighted?: boolean;
|
|
15
|
-
}
|
|
16
|
-
declare function PricingTable({
|
|
17
|
-
tiers,
|
|
18
|
-
className
|
|
19
|
-
}: {
|
|
20
|
-
tiers: PricingTier[];
|
|
21
|
-
className?: string;
|
|
22
|
-
}): react_jsx_runtime252.JSX.Element;
|
|
23
|
-
//#endregion
|
|
24
|
-
export { PricingTable, PricingTier };
|