@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
|
@@ -3,36 +3,36 @@ import { PropsWithChildren } from 'react';
|
|
|
3
3
|
import { AriaButtonProps } from 'react-aria/useButton';
|
|
4
4
|
export declare const rawTask: import('tailwind-variants').TVReturnType<{
|
|
5
5
|
[key: string]: {
|
|
6
|
-
[key: string]: import('tailwind-
|
|
7
|
-
number?: import('tailwind-
|
|
8
|
-
text?: import('tailwind-
|
|
9
|
-
base?: import('tailwind-
|
|
10
|
-
lock?: import('tailwind-
|
|
11
|
-
element?: import('tailwind-
|
|
6
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
7
|
+
number?: import('tailwind-variants').ClassValue;
|
|
8
|
+
text?: import('tailwind-variants').ClassValue;
|
|
9
|
+
base?: import('tailwind-variants').ClassValue;
|
|
10
|
+
lock?: import('tailwind-variants').ClassValue;
|
|
11
|
+
element?: import('tailwind-variants').ClassValue;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
} | {
|
|
15
15
|
taskStatus: {
|
|
16
|
-
uncompleted: import('tailwind-
|
|
17
|
-
number?: import('tailwind-
|
|
18
|
-
text?: import('tailwind-
|
|
19
|
-
base?: import('tailwind-
|
|
20
|
-
lock?: import('tailwind-
|
|
21
|
-
element?: import('tailwind-
|
|
16
|
+
uncompleted: import('tailwind-variants').ClassValue | {
|
|
17
|
+
number?: import('tailwind-variants').ClassValue;
|
|
18
|
+
text?: import('tailwind-variants').ClassValue;
|
|
19
|
+
base?: import('tailwind-variants').ClassValue;
|
|
20
|
+
lock?: import('tailwind-variants').ClassValue;
|
|
21
|
+
element?: import('tailwind-variants').ClassValue;
|
|
22
22
|
};
|
|
23
|
-
completed: import('tailwind-
|
|
24
|
-
number?: import('tailwind-
|
|
25
|
-
text?: import('tailwind-
|
|
26
|
-
base?: import('tailwind-
|
|
27
|
-
lock?: import('tailwind-
|
|
28
|
-
element?: import('tailwind-
|
|
23
|
+
completed: import('tailwind-variants').ClassValue | {
|
|
24
|
+
number?: import('tailwind-variants').ClassValue;
|
|
25
|
+
text?: import('tailwind-variants').ClassValue;
|
|
26
|
+
base?: import('tailwind-variants').ClassValue;
|
|
27
|
+
lock?: import('tailwind-variants').ClassValue;
|
|
28
|
+
element?: import('tailwind-variants').ClassValue;
|
|
29
29
|
};
|
|
30
|
-
locked: import('tailwind-
|
|
31
|
-
number?: import('tailwind-
|
|
32
|
-
text?: import('tailwind-
|
|
33
|
-
base?: import('tailwind-
|
|
34
|
-
lock?: import('tailwind-
|
|
35
|
-
element?: import('tailwind-
|
|
30
|
+
locked: import('tailwind-variants').ClassValue | {
|
|
31
|
+
number?: import('tailwind-variants').ClassValue;
|
|
32
|
+
text?: import('tailwind-variants').ClassValue;
|
|
33
|
+
base?: import('tailwind-variants').ClassValue;
|
|
34
|
+
lock?: import('tailwind-variants').ClassValue;
|
|
35
|
+
element?: import('tailwind-variants').ClassValue;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
38
|
}, {
|
|
@@ -43,9 +43,9 @@ export declare const rawTask: import('tailwind-variants').TVReturnType<{
|
|
|
43
43
|
number: string;
|
|
44
44
|
}, undefined, {
|
|
45
45
|
taskStatus: {
|
|
46
|
-
uncompleted:
|
|
47
|
-
completed:
|
|
48
|
-
locked:
|
|
46
|
+
uncompleted: "";
|
|
47
|
+
completed: "";
|
|
48
|
+
locked: "";
|
|
49
49
|
};
|
|
50
50
|
}, {
|
|
51
51
|
base: string[];
|
|
@@ -55,9 +55,9 @@ export declare const rawTask: import('tailwind-variants').TVReturnType<{
|
|
|
55
55
|
lock: string[];
|
|
56
56
|
}, import('tailwind-variants').TVReturnType<{
|
|
57
57
|
taskStatus: {
|
|
58
|
-
uncompleted:
|
|
59
|
-
completed:
|
|
60
|
-
locked:
|
|
58
|
+
uncompleted: "";
|
|
59
|
+
completed: "";
|
|
60
|
+
locked: "";
|
|
61
61
|
};
|
|
62
62
|
}, {
|
|
63
63
|
base: string[];
|
|
@@ -67,9 +67,9 @@ export declare const rawTask: import('tailwind-variants').TVReturnType<{
|
|
|
67
67
|
lock: string[];
|
|
68
68
|
}, undefined, {
|
|
69
69
|
taskStatus: {
|
|
70
|
-
uncompleted:
|
|
71
|
-
completed:
|
|
72
|
-
locked:
|
|
70
|
+
uncompleted: "";
|
|
71
|
+
completed: "";
|
|
72
|
+
locked: "";
|
|
73
73
|
};
|
|
74
74
|
}, {
|
|
75
75
|
base: string[];
|
|
@@ -77,11 +77,11 @@ export declare const rawTask: import('tailwind-variants').TVReturnType<{
|
|
|
77
77
|
element: string[];
|
|
78
78
|
text: string[];
|
|
79
79
|
lock: string[];
|
|
80
|
-
}, import('tailwind-variants').
|
|
80
|
+
}, import('tailwind-variants').TVReturnTypeLike<{
|
|
81
81
|
taskStatus: {
|
|
82
|
-
uncompleted:
|
|
83
|
-
completed:
|
|
84
|
-
locked:
|
|
82
|
+
uncompleted: "";
|
|
83
|
+
completed: "";
|
|
84
|
+
locked: "";
|
|
85
85
|
};
|
|
86
86
|
}, {
|
|
87
87
|
base: string[];
|
|
@@ -89,7 +89,7 @@ export declare const rawTask: import('tailwind-variants').TVReturnType<{
|
|
|
89
89
|
element: string[];
|
|
90
90
|
text: string[];
|
|
91
91
|
lock: string[];
|
|
92
|
-
}
|
|
92
|
+
}>>>;
|
|
93
93
|
/**
|
|
94
94
|
* Props for the Task component, defining the configuration options for individual task items.
|
|
95
95
|
* Supports both link-based navigation and button-based interactions with various visual states.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const commonTask: import('tailwind-variants').TVReturnType<{
|
|
2
2
|
taskStatus: {
|
|
3
|
-
uncompleted:
|
|
4
|
-
completed:
|
|
5
|
-
locked:
|
|
3
|
+
uncompleted: "";
|
|
4
|
+
completed: "";
|
|
5
|
+
locked: "";
|
|
6
6
|
};
|
|
7
7
|
}, {
|
|
8
8
|
base: string[];
|
|
@@ -12,9 +12,9 @@ export declare const commonTask: import('tailwind-variants').TVReturnType<{
|
|
|
12
12
|
lock: string[];
|
|
13
13
|
}, undefined, {
|
|
14
14
|
taskStatus: {
|
|
15
|
-
uncompleted:
|
|
16
|
-
completed:
|
|
17
|
-
locked:
|
|
15
|
+
uncompleted: "";
|
|
16
|
+
completed: "";
|
|
17
|
+
locked: "";
|
|
18
18
|
};
|
|
19
19
|
}, {
|
|
20
20
|
base: string[];
|
|
@@ -22,11 +22,11 @@ export declare const commonTask: import('tailwind-variants').TVReturnType<{
|
|
|
22
22
|
element: string[];
|
|
23
23
|
text: string[];
|
|
24
24
|
lock: string[];
|
|
25
|
-
}, import('tailwind-variants').
|
|
25
|
+
}, import('tailwind-variants').TVReturnTypeLike<{
|
|
26
26
|
taskStatus: {
|
|
27
|
-
uncompleted:
|
|
28
|
-
completed:
|
|
29
|
-
locked:
|
|
27
|
+
uncompleted: "";
|
|
28
|
+
completed: "";
|
|
29
|
+
locked: "";
|
|
30
30
|
};
|
|
31
31
|
}, {
|
|
32
32
|
base: string[];
|
|
@@ -34,4 +34,4 @@ export declare const commonTask: import('tailwind-variants').TVReturnType<{
|
|
|
34
34
|
element: string[];
|
|
35
35
|
text: string[];
|
|
36
36
|
lock: string[];
|
|
37
|
-
}
|
|
37
|
+
}>>;
|