@payfit/unity-components 2.60.16 → 2.60.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/esm/components/action-bar/ActionBar.variants.d.ts +2 -2
- package/dist/esm/components/action-bar/parts/ActionBarButton.d.ts +2 -2
- package/dist/esm/components/action-bar/parts/ActionBarRoot.d.ts +2 -2
- package/dist/esm/components/alert/parts/AlertActions.d.ts +8 -8
- package/dist/esm/components/autocomplete/Autocomplete.d.ts +2 -2
- package/dist/esm/components/autocomplete/parts/AutocompleteItem.d.ts +8 -8
- package/dist/esm/components/autocomplete/parts/AutocompleteItemGroup.d.ts +14 -14
- package/dist/esm/components/autocomplete/parts/AutocompletePanel.d.ts +11 -11
- package/dist/esm/components/avatar/Avatar.d.ts +110 -110
- package/dist/esm/components/avatar/Avatar.variants.d.ts +56 -56
- package/dist/esm/components/avatar/parts/AvatarFallback.d.ts +2 -2
- package/dist/esm/components/badge/Badge.d.ts +2 -2
- package/dist/esm/components/badge/parts/BadgeDot.d.ts +2 -2
- package/dist/esm/components/bottom-sheet/BottomSheet.d.ts +14 -14
- package/dist/esm/components/bottom-sheet/parts/BottomSheetContent.d.ts +11 -11
- package/dist/esm/components/bottom-sheet/parts/BottomSheetDragIndicator.d.ts +11 -11
- package/dist/esm/components/bottom-sheet/parts/BottomSheetFooter.d.ts +1 -1
- package/dist/esm/components/bottom-sheet/parts/BottomSheetHeader.d.ts +17 -17
- package/dist/esm/components/breadcrumbs/Breadcrumbs.variant.d.ts +2 -2
- package/dist/esm/components/button/Button.variants.d.ts +109 -109
- package/dist/esm/components/card/Card.d.ts +2 -2
- package/dist/esm/components/carousel/Carousel.d.ts +1 -1
- package/dist/esm/components/carousel/parts/CarouselContent.d.ts +11 -11
- package/dist/esm/components/carousel/parts/CarouselHeader.d.ts +17 -17
- package/dist/esm/components/carousel/parts/CarouselNav.d.ts +11 -11
- package/dist/esm/components/carousel/parts/CarouselSlide.d.ts +1 -1
- package/dist/esm/components/checkbox/Checkbox.variants.d.ts +2 -2
- package/dist/esm/components/checkbox-group/CheckboxGroup.d.ts +1 -1
- package/dist/esm/components/client-side-pagination/ClientSidePagination.d.ts +11 -11
- package/dist/esm/components/client-side-pagination/parts/RawPaginationLink.d.ts +8 -8
- package/dist/esm/components/code/Code.d.ts +11 -11
- package/dist/esm/components/collapsible/Collapsible.variants.d.ts +11 -11
- package/dist/esm/components/data-table/parts/DataTableRoot.d.ts +1 -1
- package/dist/esm/components/date-calendar/DateCalendar.variants.d.ts +2 -2
- package/dist/esm/components/date-picker/parts/DateInput.d.ts +13 -13
- package/dist/esm/components/dialog/Dialog.d.ts +2 -2
- package/dist/esm/components/empty-state/EmptyState.variants.d.ts +25 -25
- package/dist/esm/components/error-state/ErrorState.d.ts +44 -44
- package/dist/esm/components/error-state/parts/Collapsible.d.ts +2 -2
- package/dist/esm/components/fieldset/Fieldset.d.ts +2 -2
- package/dist/esm/components/filter/Filter.d.ts +2 -2
- package/dist/esm/components/filter/parts/FilterButton.d.ts +11 -11
- package/dist/esm/components/filter/parts/FilterLabel.d.ts +11 -11
- package/dist/esm/components/filter/parts/FilterPopover.d.ts +23 -23
- package/dist/esm/components/filter-toolbar/FilterToolbar.d.ts +14 -14
- package/dist/esm/components/filter-toolbar/parts/AddFilter.d.ts +14 -14
- package/dist/esm/components/filter-toolbar/parts/AddFilterItem.d.ts +1 -1
- package/dist/esm/components/flex/Flex.variants.d.ts +380 -380
- package/dist/esm/components/floating-action-bar/FloatingActionBar.d.ts +14 -14
- package/dist/esm/components/full-page-loader/FullPageLoader.d.ts +1 -1
- package/dist/esm/components/funnel-layout/FunnelLayout.d.ts +1 -1
- package/dist/esm/components/funnel-layout/parts/FunnelBody.d.ts +2 -2
- package/dist/esm/components/funnel-layout/parts/FunnelPage.d.ts +2 -2
- package/dist/esm/components/funnel-layout/parts/FunnelPageActions.d.ts +1 -1
- package/dist/esm/components/funnel-layout/parts/FunnelPageContent.d.ts +2 -2
- package/dist/esm/components/funnel-layout/parts/FunnelPageFooter.d.ts +2 -2
- package/dist/esm/components/funnel-layout/parts/FunnelPageHeader.d.ts +2 -2
- package/dist/esm/components/funnel-layout/parts/FunnelProgressBar.d.ts +2 -2
- package/dist/esm/components/funnel-layout/parts/FunnelSidebar.d.ts +8 -8
- package/dist/esm/components/funnel-layout/parts/FunnelTopBar.d.ts +14 -14
- package/dist/esm/components/grid/Grid.variants.d.ts +319 -319
- package/dist/esm/components/icon/Icon.d.ts +215 -215
- package/dist/esm/components/icon-button/CircularIconButton.d.ts +8 -8
- package/dist/esm/components/icon-button/IconButton.variants.d.ts +79 -79
- package/dist/esm/components/link/RawLink.d.ts +2 -2
- package/dist/esm/components/list-view/parts/ListViewSection.d.ts +1 -1
- package/dist/esm/components/list-view/parts/RawListViewItem.d.ts +20 -20
- package/dist/esm/components/nav/parts/RawNavItem.d.ts +39 -39
- package/dist/esm/components/navigation-card/NavigationCard.variants.d.ts +2 -2
- package/dist/esm/components/navigation-card/parts/NavigationCardGroup.d.ts +2 -2
- package/dist/esm/components/number-field/NumberField.d.ts +1 -1
- package/dist/esm/components/number-input/NumberInput.d.ts +2 -2
- package/dist/esm/components/page/Page.d.ts +2 -2
- package/dist/esm/components/page/parts/PageHeader.d.ts +17 -17
- package/dist/esm/components/pagination/Pagination.d.ts +8 -8
- package/dist/esm/components/pagination/parts/PaginationContent.d.ts +1 -1
- package/dist/esm/components/pagination/parts/PaginationEllipsis.d.ts +1 -1
- package/dist/esm/components/pagination/parts/RawPaginationLink.d.ts +1 -1
- package/dist/esm/components/pagination/parts/RawPaginationNext.d.ts +1 -1
- package/dist/esm/components/pagination/parts/RawPaginationPrevious.d.ts +1 -1
- package/dist/esm/components/phone-number/parts/PhoneNumberItem.d.ts +11 -11
- package/dist/esm/components/pill/Pill.d.ts +20 -20
- package/dist/esm/components/progress-bar/ProgressBar.d.ts +2 -2
- package/dist/esm/components/promo-dialog/PromoDialog.d.ts +29 -29
- package/dist/esm/components/radio-button-group/parts/RadioButton.d.ts +17 -17
- package/dist/esm/components/search/Search.d.ts +2 -2
- package/dist/esm/components/select-list/parts/SelectListOptGroup.d.ts +14 -14
- package/dist/esm/components/selectable-button-group/SelectableButtonGroup.d.ts +1 -1
- package/dist/esm/components/selectable-button-group/parts/SelectableButton.d.ts +2 -2
- package/dist/esm/components/selectable-card/internals/Content.d.ts +1 -1
- package/dist/esm/components/selectable-card/internals/Description.d.ts +1 -1
- package/dist/esm/components/selectable-card/internals/Illustration.d.ts +1 -1
- package/dist/esm/components/selectable-card/internals/SelectedIndicator.d.ts +1 -1
- package/dist/esm/components/selectable-card/selectableCard.variant.d.ts +5 -5
- package/dist/esm/components/side-panel/SidePanel.d.ts +2 -2
- package/dist/esm/components/side-panel/parts/SidePanelContent.d.ts +11 -11
- package/dist/esm/components/side-panel/parts/SidePanelDragIndicator.d.ts +11 -11
- package/dist/esm/components/side-panel/parts/SidePanelFooter.d.ts +1 -1
- package/dist/esm/components/side-panel/parts/SidePanelHeader.d.ts +14 -14
- package/dist/esm/components/table/Table.d.ts +2 -2
- package/dist/esm/components/table/parts/TableBody.d.ts +2 -2
- package/dist/esm/components/table/parts/TableCell.d.ts +11 -11
- package/dist/esm/components/table/parts/TableColumnHeader.d.ts +11 -11
- package/dist/esm/components/table/parts/TableEmptyState.d.ts +22 -22
- package/dist/esm/components/table/parts/TableHeader.d.ts +2 -2
- package/dist/esm/components/table/parts/TablePagination.d.ts +1 -1
- package/dist/esm/components/table/parts/TableRow.d.ts +1 -1
- package/dist/esm/components/tabs/Tabs.variant.d.ts +2 -2
- package/dist/esm/components/task-menu/TaskMenu.d.ts +8 -8
- package/dist/esm/components/task-menu/parts/RawSubTask.d.ts +38 -38
- package/dist/esm/components/task-menu/parts/RawTask.d.ts +38 -38
- package/dist/esm/components/task-menu/parts/task.variants.d.ts +11 -11
- package/dist/esm/components/text/Text.variants.d.ts +272 -272
- package/dist/esm/components/text-area/TextArea.d.ts +2 -2
- package/dist/esm/components/timeline/Timeline.variants.d.ts +26 -26
- package/dist/esm/components/toast/UnityToast.d.ts +8 -8
- package/dist/esm/components/toggle-switch/ToggleSwitch.d.ts +2 -2
- package/dist/esm/components/toggle-switch-group/ToggleSwitchGroup.d.ts +1 -1
- package/package.json +17 -17
|
@@ -1,76 +1,76 @@
|
|
|
1
1
|
export declare const avatarBase: import('tailwind-variants').TVReturnType<{
|
|
2
2
|
size: {
|
|
3
|
-
xs:
|
|
4
|
-
sm:
|
|
5
|
-
md:
|
|
6
|
-
lg:
|
|
7
|
-
xl:
|
|
3
|
+
xs: "uy:size-200";
|
|
4
|
+
sm: "uy:size-300";
|
|
5
|
+
md: "uy:size-400";
|
|
6
|
+
lg: "uy:size-500";
|
|
7
|
+
xl: "uy:size-[56px]";
|
|
8
8
|
};
|
|
9
9
|
variant: {
|
|
10
|
-
circle:
|
|
11
|
-
square:
|
|
10
|
+
circle: "uy:rounded-circle";
|
|
11
|
+
square: "uy:aspect-square";
|
|
12
12
|
};
|
|
13
13
|
color: {
|
|
14
|
-
teal:
|
|
15
|
-
plum:
|
|
16
|
-
purple:
|
|
17
|
-
orange:
|
|
18
|
-
neutral:
|
|
19
|
-
warning:
|
|
20
|
-
success:
|
|
21
|
-
info:
|
|
22
|
-
danger:
|
|
23
|
-
promo:
|
|
24
|
-
primary:
|
|
14
|
+
teal: "uy:bg-surface-decorative-teal-lowest uy:text-content-decorative-teal-high";
|
|
15
|
+
plum: "uy:bg-surface-decorative-plum-lowest uy:text-content-decorative-plum";
|
|
16
|
+
purple: "uy:bg-surface-decorative-purple-lowest uy:text-content-decorative-purple";
|
|
17
|
+
orange: "uy:bg-surface-decorative-orange-lowest uy:text-content-decorative-orange";
|
|
18
|
+
neutral: "uy:bg-surface-neutral-lowest uy:text-content-neutral";
|
|
19
|
+
warning: "uy:bg-surface-warning-low uy:text-content-warning-high";
|
|
20
|
+
success: "uy:bg-surface-success-low uy:text-content-success-high";
|
|
21
|
+
info: "uy:bg-surface-info-low uy:text-content-info-high";
|
|
22
|
+
danger: "uy:bg-surface-danger-low uy:text-content-danger-high";
|
|
23
|
+
promo: "uy:bg-surface-promo-low uy:text-content-promo-high";
|
|
24
|
+
primary: "uy:bg-surface-primary-lowest uy:text-content-primary-high";
|
|
25
25
|
};
|
|
26
26
|
}, undefined, undefined, {
|
|
27
27
|
size: {
|
|
28
|
-
xs:
|
|
29
|
-
sm:
|
|
30
|
-
md:
|
|
31
|
-
lg:
|
|
32
|
-
xl:
|
|
28
|
+
xs: "uy:size-200";
|
|
29
|
+
sm: "uy:size-300";
|
|
30
|
+
md: "uy:size-400";
|
|
31
|
+
lg: "uy:size-500";
|
|
32
|
+
xl: "uy:size-[56px]";
|
|
33
33
|
};
|
|
34
34
|
variant: {
|
|
35
|
-
circle:
|
|
36
|
-
square:
|
|
35
|
+
circle: "uy:rounded-circle";
|
|
36
|
+
square: "uy:aspect-square";
|
|
37
37
|
};
|
|
38
38
|
color: {
|
|
39
|
-
teal:
|
|
40
|
-
plum:
|
|
41
|
-
purple:
|
|
42
|
-
orange:
|
|
43
|
-
neutral:
|
|
44
|
-
warning:
|
|
45
|
-
success:
|
|
46
|
-
info:
|
|
47
|
-
danger:
|
|
48
|
-
promo:
|
|
49
|
-
primary:
|
|
39
|
+
teal: "uy:bg-surface-decorative-teal-lowest uy:text-content-decorative-teal-high";
|
|
40
|
+
plum: "uy:bg-surface-decorative-plum-lowest uy:text-content-decorative-plum";
|
|
41
|
+
purple: "uy:bg-surface-decorative-purple-lowest uy:text-content-decorative-purple";
|
|
42
|
+
orange: "uy:bg-surface-decorative-orange-lowest uy:text-content-decorative-orange";
|
|
43
|
+
neutral: "uy:bg-surface-neutral-lowest uy:text-content-neutral";
|
|
44
|
+
warning: "uy:bg-surface-warning-low uy:text-content-warning-high";
|
|
45
|
+
success: "uy:bg-surface-success-low uy:text-content-success-high";
|
|
46
|
+
info: "uy:bg-surface-info-low uy:text-content-info-high";
|
|
47
|
+
danger: "uy:bg-surface-danger-low uy:text-content-danger-high";
|
|
48
|
+
promo: "uy:bg-surface-promo-low uy:text-content-promo-high";
|
|
49
|
+
primary: "uy:bg-surface-primary-lowest uy:text-content-primary-high";
|
|
50
50
|
};
|
|
51
|
-
}, undefined, import('tailwind-variants').
|
|
51
|
+
}, undefined, import('tailwind-variants').TVReturnTypeLike<{
|
|
52
52
|
size: {
|
|
53
|
-
xs:
|
|
54
|
-
sm:
|
|
55
|
-
md:
|
|
56
|
-
lg:
|
|
57
|
-
xl:
|
|
53
|
+
xs: "uy:size-200";
|
|
54
|
+
sm: "uy:size-300";
|
|
55
|
+
md: "uy:size-400";
|
|
56
|
+
lg: "uy:size-500";
|
|
57
|
+
xl: "uy:size-[56px]";
|
|
58
58
|
};
|
|
59
59
|
variant: {
|
|
60
|
-
circle:
|
|
61
|
-
square:
|
|
60
|
+
circle: "uy:rounded-circle";
|
|
61
|
+
square: "uy:aspect-square";
|
|
62
62
|
};
|
|
63
63
|
color: {
|
|
64
|
-
teal:
|
|
65
|
-
plum:
|
|
66
|
-
purple:
|
|
67
|
-
orange:
|
|
68
|
-
neutral:
|
|
69
|
-
warning:
|
|
70
|
-
success:
|
|
71
|
-
info:
|
|
72
|
-
danger:
|
|
73
|
-
promo:
|
|
74
|
-
primary:
|
|
64
|
+
teal: "uy:bg-surface-decorative-teal-lowest uy:text-content-decorative-teal-high";
|
|
65
|
+
plum: "uy:bg-surface-decorative-plum-lowest uy:text-content-decorative-plum";
|
|
66
|
+
purple: "uy:bg-surface-decorative-purple-lowest uy:text-content-decorative-purple";
|
|
67
|
+
orange: "uy:bg-surface-decorative-orange-lowest uy:text-content-decorative-orange";
|
|
68
|
+
neutral: "uy:bg-surface-neutral-lowest uy:text-content-neutral";
|
|
69
|
+
warning: "uy:bg-surface-warning-low uy:text-content-warning-high";
|
|
70
|
+
success: "uy:bg-surface-success-low uy:text-content-success-high";
|
|
71
|
+
info: "uy:bg-surface-info-low uy:text-content-info-high";
|
|
72
|
+
danger: "uy:bg-surface-danger-low uy:text-content-danger-high";
|
|
73
|
+
promo: "uy:bg-surface-promo-low uy:text-content-promo-high";
|
|
74
|
+
primary: "uy:bg-surface-primary-lowest uy:text-content-primary-high";
|
|
75
75
|
};
|
|
76
|
-
}, undefined
|
|
76
|
+
}, undefined>>;
|
|
@@ -39,7 +39,7 @@ declare const avatarPlaceholder: import('tailwind-variants').TVReturnType<{
|
|
|
39
39
|
base: string;
|
|
40
40
|
background: string;
|
|
41
41
|
foreground: string;
|
|
42
|
-
}, import('tailwind-variants').
|
|
42
|
+
}, import('tailwind-variants').TVReturnTypeLike<{
|
|
43
43
|
color: {
|
|
44
44
|
blue: {
|
|
45
45
|
background: string;
|
|
@@ -58,7 +58,7 @@ declare const avatarPlaceholder: import('tailwind-variants').TVReturnType<{
|
|
|
58
58
|
base: string;
|
|
59
59
|
background: string;
|
|
60
60
|
foreground: string;
|
|
61
|
-
}
|
|
61
|
+
}>>;
|
|
62
62
|
type AvatarFallbackBaseProps = Pick<React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Fallback>, 'delayMs'>;
|
|
63
63
|
type AvatarFallbackInitialsProps = AvatarFallbackBaseProps & {
|
|
64
64
|
/** The fallback's variant. It can be one of: `initials`, `placeholder` */
|
|
@@ -60,7 +60,7 @@ declare const badge: import('tailwind-variants').TVReturnType<{
|
|
|
60
60
|
}, {
|
|
61
61
|
root: string[];
|
|
62
62
|
prefix: string;
|
|
63
|
-
}, import('tailwind-variants').
|
|
63
|
+
}, import('tailwind-variants').TVReturnTypeLike<{
|
|
64
64
|
variant: {
|
|
65
65
|
success: {
|
|
66
66
|
root: string;
|
|
@@ -90,7 +90,7 @@ declare const badge: import('tailwind-variants').TVReturnType<{
|
|
|
90
90
|
}, {
|
|
91
91
|
root: string[];
|
|
92
92
|
prefix: string;
|
|
93
|
-
}
|
|
93
|
+
}>>;
|
|
94
94
|
export type BadgeProps = PropsWithChildren<{
|
|
95
95
|
/**
|
|
96
96
|
* To add classes to the badge
|
|
@@ -108,7 +108,7 @@ declare const badgeDot: import('tailwind-variants').TVReturnType<{
|
|
|
108
108
|
}, {
|
|
109
109
|
root: string;
|
|
110
110
|
dot: string;
|
|
111
|
-
}, import('tailwind-variants').
|
|
111
|
+
}, import('tailwind-variants').TVReturnTypeLike<{
|
|
112
112
|
color: {
|
|
113
113
|
primary: {
|
|
114
114
|
dot: string;
|
|
@@ -162,7 +162,7 @@ declare const badgeDot: import('tailwind-variants').TVReturnType<{
|
|
|
162
162
|
}, {
|
|
163
163
|
root: string;
|
|
164
164
|
dot: string;
|
|
165
|
-
}
|
|
165
|
+
}>>;
|
|
166
166
|
export interface BadgeDotProps extends HTMLAttributes<HTMLSpanElement>, VariantProps<typeof badgeDot> {
|
|
167
167
|
/**
|
|
168
168
|
* Token-backed surface color used for the visible dot marker.
|
|
@@ -2,18 +2,18 @@ import { VariantProps } from '@payfit/unity-themes';
|
|
|
2
2
|
import { PropsWithChildren } from 'react';
|
|
3
3
|
export declare const bottomSheet: import('tailwind-variants').TVReturnType<{
|
|
4
4
|
[key: string]: {
|
|
5
|
-
[key: string]: import('tailwind-
|
|
6
|
-
content?: import('tailwind-
|
|
7
|
-
overlay?: import('tailwind-
|
|
8
|
-
wrapper?: import('tailwind-
|
|
5
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
6
|
+
content?: import('tailwind-variants').ClassValue;
|
|
7
|
+
overlay?: import('tailwind-variants').ClassValue;
|
|
8
|
+
wrapper?: import('tailwind-variants').ClassValue;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
} | {
|
|
12
12
|
[x: string]: {
|
|
13
|
-
[x: string]: import('tailwind-
|
|
14
|
-
content?: import('tailwind-
|
|
15
|
-
overlay?: import('tailwind-
|
|
16
|
-
wrapper?: import('tailwind-
|
|
13
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
14
|
+
content?: import('tailwind-variants').ClassValue;
|
|
15
|
+
overlay?: import('tailwind-variants').ClassValue;
|
|
16
|
+
wrapper?: import('tailwind-variants').ClassValue;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
} | {}, {
|
|
@@ -22,21 +22,21 @@ export declare const bottomSheet: import('tailwind-variants').TVReturnType<{
|
|
|
22
22
|
content: string[];
|
|
23
23
|
}, undefined, {
|
|
24
24
|
[key: string]: {
|
|
25
|
-
[key: string]: import('tailwind-
|
|
26
|
-
content?: import('tailwind-
|
|
27
|
-
overlay?: import('tailwind-
|
|
28
|
-
wrapper?: import('tailwind-
|
|
25
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
26
|
+
content?: import('tailwind-variants').ClassValue;
|
|
27
|
+
overlay?: import('tailwind-variants').ClassValue;
|
|
28
|
+
wrapper?: import('tailwind-variants').ClassValue;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
} | {}, {
|
|
32
32
|
overlay: string[];
|
|
33
33
|
wrapper: string[];
|
|
34
34
|
content: string[];
|
|
35
|
-
}, import('tailwind-variants').
|
|
35
|
+
}, import('tailwind-variants').TVReturnTypeLike<unknown, {
|
|
36
36
|
overlay: string[];
|
|
37
37
|
wrapper: string[];
|
|
38
38
|
content: string[];
|
|
39
|
-
}
|
|
39
|
+
}>>;
|
|
40
40
|
export interface BottomSheetProps extends PropsWithChildren<VariantProps<typeof bottomSheet>> {
|
|
41
41
|
/**
|
|
42
42
|
* Controls whether the sheet can be dismissed by clicking outside or using escape key.
|
|
@@ -2,16 +2,16 @@ import { VariantProps } from '@payfit/unity-themes';
|
|
|
2
2
|
import { PropsWithChildren } from 'react';
|
|
3
3
|
export declare const bottomSheetContent: import('tailwind-variants').TVReturnType<{
|
|
4
4
|
[key: string]: {
|
|
5
|
-
[key: string]: import('tailwind-
|
|
6
|
-
base?: import('tailwind-
|
|
7
|
-
scroller?: import('tailwind-
|
|
5
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
6
|
+
base?: import('tailwind-variants').ClassValue;
|
|
7
|
+
scroller?: import('tailwind-variants').ClassValue;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
10
|
} | {
|
|
11
11
|
[x: string]: {
|
|
12
|
-
[x: string]: import('tailwind-
|
|
13
|
-
base?: import('tailwind-
|
|
14
|
-
scroller?: import('tailwind-
|
|
12
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
13
|
+
base?: import('tailwind-variants').ClassValue;
|
|
14
|
+
scroller?: import('tailwind-variants').ClassValue;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
} | {}, {
|
|
@@ -19,18 +19,18 @@ export declare const bottomSheetContent: import('tailwind-variants').TVReturnTyp
|
|
|
19
19
|
scroller: string[];
|
|
20
20
|
}, undefined, {
|
|
21
21
|
[key: string]: {
|
|
22
|
-
[key: string]: import('tailwind-
|
|
23
|
-
base?: import('tailwind-
|
|
24
|
-
scroller?: import('tailwind-
|
|
22
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
23
|
+
base?: import('tailwind-variants').ClassValue;
|
|
24
|
+
scroller?: import('tailwind-variants').ClassValue;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
} | {}, {
|
|
28
28
|
base: string[];
|
|
29
29
|
scroller: string[];
|
|
30
|
-
}, import('tailwind-variants').
|
|
30
|
+
}, import('tailwind-variants').TVReturnTypeLike<unknown, {
|
|
31
31
|
base: string[];
|
|
32
32
|
scroller: string[];
|
|
33
|
-
}
|
|
33
|
+
}>>;
|
|
34
34
|
export interface BottomSheetContentProps extends PropsWithChildren<VariantProps<typeof bottomSheetContent>> {
|
|
35
35
|
className?: string;
|
|
36
36
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export declare const bottomSheetDragIndicator: import('tailwind-variants').TVReturnType<{
|
|
2
2
|
[key: string]: {
|
|
3
|
-
[key: string]: import('tailwind-
|
|
4
|
-
base?: import('tailwind-
|
|
5
|
-
indicator?: import('tailwind-
|
|
3
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
4
|
+
base?: import('tailwind-variants').ClassValue;
|
|
5
|
+
indicator?: import('tailwind-variants').ClassValue;
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
8
|
} | {
|
|
9
9
|
[x: string]: {
|
|
10
|
-
[x: string]: import('tailwind-
|
|
11
|
-
base?: import('tailwind-
|
|
12
|
-
indicator?: import('tailwind-
|
|
10
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
11
|
+
base?: import('tailwind-variants').ClassValue;
|
|
12
|
+
indicator?: import('tailwind-variants').ClassValue;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
} | {}, {
|
|
@@ -17,18 +17,18 @@ export declare const bottomSheetDragIndicator: import('tailwind-variants').TVRet
|
|
|
17
17
|
indicator: string;
|
|
18
18
|
}, undefined, {
|
|
19
19
|
[key: string]: {
|
|
20
|
-
[key: string]: import('tailwind-
|
|
21
|
-
base?: import('tailwind-
|
|
22
|
-
indicator?: import('tailwind-
|
|
20
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
21
|
+
base?: import('tailwind-variants').ClassValue;
|
|
22
|
+
indicator?: import('tailwind-variants').ClassValue;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
} | {}, {
|
|
26
26
|
base: string[];
|
|
27
27
|
indicator: string;
|
|
28
|
-
}, import('tailwind-variants').
|
|
28
|
+
}, import('tailwind-variants').TVReturnTypeLike<unknown, {
|
|
29
29
|
base: string[];
|
|
30
30
|
indicator: string;
|
|
31
|
-
}
|
|
31
|
+
}>>;
|
|
32
32
|
/**
|
|
33
33
|
* A drag indicator component that connects to the overlay state context and
|
|
34
34
|
* provides swipe-to-dismiss functionality for the SidePanel.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VariantProps } from '@payfit/unity-themes';
|
|
2
2
|
import { PropsWithChildren } from 'react';
|
|
3
|
-
export declare const bottomSheetFooter: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').
|
|
3
|
+
export declare const bottomSheetFooter: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
|
|
4
4
|
export interface BottomSheetFooterProps extends PropsWithChildren<VariantProps<typeof bottomSheetFooter>> {
|
|
5
5
|
className?: string;
|
|
6
6
|
}
|
|
@@ -2,20 +2,20 @@ import { VariantProps } from '@payfit/unity-themes';
|
|
|
2
2
|
import { PropsWithChildren } from 'react';
|
|
3
3
|
export declare const bottomSheetHeader: import('tailwind-variants').TVReturnType<{
|
|
4
4
|
[key: string]: {
|
|
5
|
-
[key: string]: import('tailwind-
|
|
6
|
-
content?: import('tailwind-
|
|
7
|
-
base?: import('tailwind-
|
|
8
|
-
heading?: import('tailwind-
|
|
9
|
-
buttonContainer?: import('tailwind-
|
|
5
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
6
|
+
content?: import('tailwind-variants').ClassValue;
|
|
7
|
+
base?: import('tailwind-variants').ClassValue;
|
|
8
|
+
heading?: import('tailwind-variants').ClassValue;
|
|
9
|
+
buttonContainer?: import('tailwind-variants').ClassValue;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
} | {
|
|
13
13
|
[x: string]: {
|
|
14
|
-
[x: string]: import('tailwind-
|
|
15
|
-
content?: import('tailwind-
|
|
16
|
-
base?: import('tailwind-
|
|
17
|
-
heading?: import('tailwind-
|
|
18
|
-
buttonContainer?: import('tailwind-
|
|
14
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
15
|
+
content?: import('tailwind-variants').ClassValue;
|
|
16
|
+
base?: import('tailwind-variants').ClassValue;
|
|
17
|
+
heading?: import('tailwind-variants').ClassValue;
|
|
18
|
+
buttonContainer?: import('tailwind-variants').ClassValue;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
} | {}, {
|
|
@@ -25,11 +25,11 @@ export declare const bottomSheetHeader: import('tailwind-variants').TVReturnType
|
|
|
25
25
|
buttonContainer: string[];
|
|
26
26
|
}, undefined, {
|
|
27
27
|
[key: string]: {
|
|
28
|
-
[key: string]: import('tailwind-
|
|
29
|
-
content?: import('tailwind-
|
|
30
|
-
base?: import('tailwind-
|
|
31
|
-
heading?: import('tailwind-
|
|
32
|
-
buttonContainer?: import('tailwind-
|
|
28
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
29
|
+
content?: import('tailwind-variants').ClassValue;
|
|
30
|
+
base?: import('tailwind-variants').ClassValue;
|
|
31
|
+
heading?: import('tailwind-variants').ClassValue;
|
|
32
|
+
buttonContainer?: import('tailwind-variants').ClassValue;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
} | {}, {
|
|
@@ -37,12 +37,12 @@ export declare const bottomSheetHeader: import('tailwind-variants').TVReturnType
|
|
|
37
37
|
content: string[];
|
|
38
38
|
heading: string[];
|
|
39
39
|
buttonContainer: string[];
|
|
40
|
-
}, import('tailwind-variants').
|
|
40
|
+
}, import('tailwind-variants').TVReturnTypeLike<unknown, {
|
|
41
41
|
base: string[];
|
|
42
42
|
content: string[];
|
|
43
43
|
heading: string[];
|
|
44
44
|
buttonContainer: string[];
|
|
45
|
-
}
|
|
45
|
+
}>>;
|
|
46
46
|
export interface BottomSheetHeaderProps extends PropsWithChildren<VariantProps<typeof bottomSheetHeader>> {
|
|
47
47
|
className?: string;
|
|
48
48
|
}
|
|
@@ -22,7 +22,7 @@ export declare const breadcrumbsVariant: import('tailwind-variants').TVReturnTyp
|
|
|
22
22
|
}, {
|
|
23
23
|
base: string;
|
|
24
24
|
breadcrumb: string;
|
|
25
|
-
}, import('tailwind-variants').
|
|
25
|
+
}, import('tailwind-variants').TVReturnTypeLike<{
|
|
26
26
|
wrap: {
|
|
27
27
|
wrap: {
|
|
28
28
|
base: string;
|
|
@@ -34,4 +34,4 @@ export declare const breadcrumbsVariant: import('tailwind-variants').TVReturnTyp
|
|
|
34
34
|
}, {
|
|
35
35
|
base: string;
|
|
36
36
|
breadcrumb: string;
|
|
37
|
-
}
|
|
37
|
+
}>>;
|