@payfit/unity-components 2.60.17 → 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 +9 -9
|
@@ -18,7 +18,7 @@ export declare const actionBar: import('tailwind-variants').TVReturnType<{
|
|
|
18
18
|
base: string[];
|
|
19
19
|
prefixArea: string[];
|
|
20
20
|
actionArea: string[];
|
|
21
|
-
}, import('tailwind-variants').
|
|
21
|
+
}, import('tailwind-variants').TVReturnTypeLike<{
|
|
22
22
|
hasPrefixContent: {
|
|
23
23
|
true: {
|
|
24
24
|
base: string;
|
|
@@ -28,4 +28,4 @@ export declare const actionBar: import('tailwind-variants').TVReturnType<{
|
|
|
28
28
|
base: string[];
|
|
29
29
|
prefixArea: string[];
|
|
30
30
|
actionArea: string[];
|
|
31
|
-
}
|
|
31
|
+
}>>;
|
|
@@ -38,7 +38,7 @@ export type ActionBarActionProps = ActionBarButtonProps;
|
|
|
38
38
|
* @see Source code in {@link https://github.com/PayFit/hr-apps/tree/master/libs/shared/unity/components/src/components/action-bar GitHub}
|
|
39
39
|
* @see Design specs {@link https://www.figma.com/design/poaMyU7abAgL9VRhx4ygyy/Unity-DS-%3E-Components-Library Figma}
|
|
40
40
|
*/
|
|
41
|
-
declare const ActionBarButton: import('react').ForwardRefExoticComponent<Omit<ButtonProps, "
|
|
41
|
+
declare const ActionBarButton: import('react').ForwardRefExoticComponent<Omit<ButtonProps, "color" | "size" | "type" | "variant"> & {
|
|
42
42
|
/**
|
|
43
43
|
* The visual variant of the button.
|
|
44
44
|
* @default 'secondary'
|
|
@@ -48,7 +48,7 @@ declare const ActionBarButton: import('react').ForwardRefExoticComponent<Omit<Bu
|
|
|
48
48
|
/**
|
|
49
49
|
* @deprecated Use ActionBarButton instead
|
|
50
50
|
*/
|
|
51
|
-
declare const ActionBarAction: import('react').ForwardRefExoticComponent<Omit<ButtonProps, "
|
|
51
|
+
declare const ActionBarAction: import('react').ForwardRefExoticComponent<Omit<ButtonProps, "color" | "size" | "type" | "variant"> & {
|
|
52
52
|
/**
|
|
53
53
|
* The visual variant of the button.
|
|
54
54
|
* @default 'secondary'
|
|
@@ -17,7 +17,7 @@ export declare const actionBarRoot: import('tailwind-variants').TVReturnType<{
|
|
|
17
17
|
absolute: string[];
|
|
18
18
|
fixed: string[];
|
|
19
19
|
};
|
|
20
|
-
}, undefined, import('tailwind-variants').
|
|
20
|
+
}, undefined, import('tailwind-variants').TVReturnTypeLike<{
|
|
21
21
|
isVisible: {
|
|
22
22
|
true: string[];
|
|
23
23
|
false: string[];
|
|
@@ -26,7 +26,7 @@ export declare const actionBarRoot: import('tailwind-variants').TVReturnType<{
|
|
|
26
26
|
absolute: string[];
|
|
27
27
|
fixed: string[];
|
|
28
28
|
};
|
|
29
|
-
}, undefined
|
|
29
|
+
}, undefined>>;
|
|
30
30
|
export interface ActionBarRootProps extends PropsWithChildren {
|
|
31
31
|
/** Offset from the bottom of the table. It uses Unity's standard spacing tokens. */
|
|
32
32
|
offsetBottom?: '$25' | '$50' | '$75' | '$100' | '$125' | '$200' | '$300' | '$400' | '$500' | '$600' | '$800' | '$1000' | number;
|
|
@@ -2,20 +2,20 @@ import { VariantProps } from '@payfit/unity-themes';
|
|
|
2
2
|
import { PropsWithChildren } from 'react';
|
|
3
3
|
declare const alertActions: import('tailwind-variants').TVReturnType<{
|
|
4
4
|
direction: {
|
|
5
|
-
row:
|
|
6
|
-
column:
|
|
5
|
+
row: "uy:flex-row";
|
|
6
|
+
column: "uy:flex-col";
|
|
7
7
|
};
|
|
8
8
|
}, undefined, "uy:flex uy:gap-100", {
|
|
9
9
|
direction: {
|
|
10
|
-
row:
|
|
11
|
-
column:
|
|
10
|
+
row: "uy:flex-row";
|
|
11
|
+
column: "uy:flex-col";
|
|
12
12
|
};
|
|
13
|
-
}, undefined, import('tailwind-variants').
|
|
13
|
+
}, undefined, import('tailwind-variants').TVReturnTypeLike<{
|
|
14
14
|
direction: {
|
|
15
|
-
row:
|
|
16
|
-
column:
|
|
15
|
+
row: "uy:flex-row";
|
|
16
|
+
column: "uy:flex-col";
|
|
17
17
|
};
|
|
18
|
-
}, undefined
|
|
18
|
+
}, undefined>>;
|
|
19
19
|
export type AlertActionsProps = PropsWithChildren<{
|
|
20
20
|
/**
|
|
21
21
|
* The direction in which to lay out the child actions.
|
|
@@ -40,7 +40,7 @@ declare const autocomplete: import('tailwind-variants').TVReturnType<{
|
|
|
40
40
|
icon: string[];
|
|
41
41
|
invalidIcon: string[];
|
|
42
42
|
wrapperState: string[];
|
|
43
|
-
}, import('tailwind-variants').
|
|
43
|
+
}, import('tailwind-variants').TVReturnTypeLike<{
|
|
44
44
|
isReadOnly: {
|
|
45
45
|
true: {
|
|
46
46
|
base: string;
|
|
@@ -59,7 +59,7 @@ declare const autocomplete: import('tailwind-variants').TVReturnType<{
|
|
|
59
59
|
icon: string[];
|
|
60
60
|
invalidIcon: string[];
|
|
61
61
|
wrapperState: string[];
|
|
62
|
-
}
|
|
62
|
+
}>>;
|
|
63
63
|
export interface AutocompleteProps<T extends object> extends Omit<ComboBoxProps<T>, 'className' | 'style' | 'children' | 'onSelectionChange'>, VariantProps<typeof autocomplete> {
|
|
64
64
|
/** Custom placeholder text for the search input */
|
|
65
65
|
placeholder?: string;
|
|
@@ -2,20 +2,20 @@ import { VariantProps } from '@payfit/unity-themes';
|
|
|
2
2
|
import { ListBoxItemProps } from 'react-aria-components/ListBox';
|
|
3
3
|
export declare const autocompleteItem: import('tailwind-variants').TVReturnType<{
|
|
4
4
|
isDisabled: {
|
|
5
|
-
false:
|
|
6
|
-
true:
|
|
5
|
+
false: "uy:data-[hovered=\"true\"]:bg-surface-neutral-hover";
|
|
6
|
+
true: "uy:cursor-not-allowed";
|
|
7
7
|
};
|
|
8
8
|
}, undefined, string[], {
|
|
9
9
|
isDisabled: {
|
|
10
|
-
false:
|
|
11
|
-
true:
|
|
10
|
+
false: "uy:data-[hovered=\"true\"]:bg-surface-neutral-hover";
|
|
11
|
+
true: "uy:cursor-not-allowed";
|
|
12
12
|
};
|
|
13
|
-
}, undefined, import('tailwind-variants').
|
|
13
|
+
}, undefined, import('tailwind-variants').TVReturnTypeLike<{
|
|
14
14
|
isDisabled: {
|
|
15
|
-
false:
|
|
16
|
-
true:
|
|
15
|
+
false: "uy:data-[hovered=\"true\"]:bg-surface-neutral-hover";
|
|
16
|
+
true: "uy:cursor-not-allowed";
|
|
17
17
|
};
|
|
18
|
-
}, undefined
|
|
18
|
+
}, undefined>>;
|
|
19
19
|
export interface AutocompleteItemProps extends VariantProps<typeof autocompleteItem>, Omit<ListBoxItemProps, 'className' | 'style' | 'routerOptions' | 'referrerPolicy' | 'ping' | 'target' | 'hrefLang' | 'download' | 'ref' | 'rel' | 'aria-label'> {
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
@@ -3,18 +3,18 @@ import { ForwardedRef } from 'react';
|
|
|
3
3
|
import { ListBoxSectionProps } from 'react-aria-components/ListBox';
|
|
4
4
|
export declare const autocompleteItemGroup: import('tailwind-variants').TVReturnType<{
|
|
5
5
|
[key: string]: {
|
|
6
|
-
[key: string]: import('tailwind-
|
|
7
|
-
base?: import('tailwind-
|
|
8
|
-
header?: import('tailwind-
|
|
9
|
-
separator?: import('tailwind-
|
|
6
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
7
|
+
base?: import('tailwind-variants').ClassValue;
|
|
8
|
+
header?: import('tailwind-variants').ClassValue;
|
|
9
|
+
separator?: import('tailwind-variants').ClassValue;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
} | {
|
|
13
13
|
[x: string]: {
|
|
14
|
-
[x: string]: import('tailwind-
|
|
15
|
-
base?: import('tailwind-
|
|
16
|
-
header?: import('tailwind-
|
|
17
|
-
separator?: import('tailwind-
|
|
14
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
15
|
+
base?: import('tailwind-variants').ClassValue;
|
|
16
|
+
header?: import('tailwind-variants').ClassValue;
|
|
17
|
+
separator?: import('tailwind-variants').ClassValue;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
} | {}, {
|
|
@@ -23,21 +23,21 @@ export declare const autocompleteItemGroup: import('tailwind-variants').TVReturn
|
|
|
23
23
|
separator: string;
|
|
24
24
|
}, undefined, {
|
|
25
25
|
[key: string]: {
|
|
26
|
-
[key: string]: import('tailwind-
|
|
27
|
-
base?: import('tailwind-
|
|
28
|
-
header?: import('tailwind-
|
|
29
|
-
separator?: import('tailwind-
|
|
26
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
27
|
+
base?: import('tailwind-variants').ClassValue;
|
|
28
|
+
header?: import('tailwind-variants').ClassValue;
|
|
29
|
+
separator?: import('tailwind-variants').ClassValue;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
} | {}, {
|
|
33
33
|
base: string;
|
|
34
34
|
header: string;
|
|
35
35
|
separator: string;
|
|
36
|
-
}, import('tailwind-variants').
|
|
36
|
+
}, import('tailwind-variants').TVReturnTypeLike<unknown, {
|
|
37
37
|
base: string;
|
|
38
38
|
header: string;
|
|
39
39
|
separator: string;
|
|
40
|
-
}
|
|
40
|
+
}>>;
|
|
41
41
|
export interface AutocompleteItemGroupProps<T> extends VariantProps<typeof autocompleteItemGroup>, ListBoxSectionProps<T> {
|
|
42
42
|
/**
|
|
43
43
|
* The label text displayed at the top of the group
|
|
@@ -4,16 +4,16 @@ import { PopoverProps } from 'react-aria-components/Popover';
|
|
|
4
4
|
import { AutocompleteProps } from '../Autocomplete.js';
|
|
5
5
|
export declare const autocompletePanel: import('tailwind-variants').TVReturnType<{
|
|
6
6
|
[key: string]: {
|
|
7
|
-
[key: string]: import('tailwind-
|
|
8
|
-
base?: import('tailwind-
|
|
9
|
-
list?: import('tailwind-
|
|
7
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
8
|
+
base?: import('tailwind-variants').ClassValue;
|
|
9
|
+
list?: import('tailwind-variants').ClassValue;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
12
|
} | {
|
|
13
13
|
[x: string]: {
|
|
14
|
-
[x: string]: import('tailwind-
|
|
15
|
-
base?: import('tailwind-
|
|
16
|
-
list?: import('tailwind-
|
|
14
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
15
|
+
base?: import('tailwind-variants').ClassValue;
|
|
16
|
+
list?: import('tailwind-variants').ClassValue;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
} | {}, {
|
|
@@ -21,18 +21,18 @@ export declare const autocompletePanel: import('tailwind-variants').TVReturnType
|
|
|
21
21
|
list: string;
|
|
22
22
|
}, undefined, {
|
|
23
23
|
[key: string]: {
|
|
24
|
-
[key: string]: import('tailwind-
|
|
25
|
-
base?: import('tailwind-
|
|
26
|
-
list?: import('tailwind-
|
|
24
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
25
|
+
base?: import('tailwind-variants').ClassValue;
|
|
26
|
+
list?: import('tailwind-variants').ClassValue;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
} | {}, {
|
|
30
30
|
base: string;
|
|
31
31
|
list: string;
|
|
32
|
-
}, import('tailwind-variants').
|
|
32
|
+
}, import('tailwind-variants').TVReturnTypeLike<unknown, {
|
|
33
33
|
base: string;
|
|
34
34
|
list: string;
|
|
35
|
-
}
|
|
35
|
+
}>>;
|
|
36
36
|
export interface AutocompletePanelProps<T extends object> extends VariantProps<typeof autocompletePanel>, Omit<PopoverProps, 'children'> {
|
|
37
37
|
/** Width of the panel, used to match the width of the search input */
|
|
38
38
|
panelWidth: string | null;
|
|
@@ -3,166 +3,166 @@ import { PropsWithChildren } from 'react';
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
declare const avatarRoot: import('tailwind-variants').TVReturnType<{} | {
|
|
5
5
|
size: {
|
|
6
|
-
xs: import('tailwind-
|
|
7
|
-
base?: import('tailwind-
|
|
6
|
+
xs: import('tailwind-variants').ClassValue | {
|
|
7
|
+
base?: import('tailwind-variants').ClassValue;
|
|
8
8
|
};
|
|
9
|
-
sm: import('tailwind-
|
|
10
|
-
base?: import('tailwind-
|
|
9
|
+
sm: import('tailwind-variants').ClassValue | {
|
|
10
|
+
base?: import('tailwind-variants').ClassValue;
|
|
11
11
|
};
|
|
12
|
-
md: import('tailwind-
|
|
13
|
-
base?: import('tailwind-
|
|
12
|
+
md: import('tailwind-variants').ClassValue | {
|
|
13
|
+
base?: import('tailwind-variants').ClassValue;
|
|
14
14
|
};
|
|
15
|
-
lg: import('tailwind-
|
|
16
|
-
base?: import('tailwind-
|
|
15
|
+
lg: import('tailwind-variants').ClassValue | {
|
|
16
|
+
base?: import('tailwind-variants').ClassValue;
|
|
17
17
|
};
|
|
18
|
-
xl: import('tailwind-
|
|
19
|
-
base?: import('tailwind-
|
|
18
|
+
xl: import('tailwind-variants').ClassValue | {
|
|
19
|
+
base?: import('tailwind-variants').ClassValue;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
22
|
variant: {
|
|
23
|
-
circle: import('tailwind-
|
|
24
|
-
base?: import('tailwind-
|
|
23
|
+
circle: import('tailwind-variants').ClassValue | {
|
|
24
|
+
base?: import('tailwind-variants').ClassValue;
|
|
25
25
|
};
|
|
26
|
-
square: import('tailwind-
|
|
27
|
-
base?: import('tailwind-
|
|
26
|
+
square: import('tailwind-variants').ClassValue | {
|
|
27
|
+
base?: import('tailwind-variants').ClassValue;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
color: {
|
|
31
|
-
teal: import('tailwind-
|
|
32
|
-
base?: import('tailwind-
|
|
31
|
+
teal: import('tailwind-variants').ClassValue | {
|
|
32
|
+
base?: import('tailwind-variants').ClassValue;
|
|
33
33
|
};
|
|
34
|
-
plum: import('tailwind-
|
|
35
|
-
base?: import('tailwind-
|
|
34
|
+
plum: import('tailwind-variants').ClassValue | {
|
|
35
|
+
base?: import('tailwind-variants').ClassValue;
|
|
36
36
|
};
|
|
37
|
-
purple: import('tailwind-
|
|
38
|
-
base?: import('tailwind-
|
|
37
|
+
purple: import('tailwind-variants').ClassValue | {
|
|
38
|
+
base?: import('tailwind-variants').ClassValue;
|
|
39
39
|
};
|
|
40
|
-
orange: import('tailwind-
|
|
41
|
-
base?: import('tailwind-
|
|
40
|
+
orange: import('tailwind-variants').ClassValue | {
|
|
41
|
+
base?: import('tailwind-variants').ClassValue;
|
|
42
42
|
};
|
|
43
|
-
neutral: import('tailwind-
|
|
44
|
-
base?: import('tailwind-
|
|
43
|
+
neutral: import('tailwind-variants').ClassValue | {
|
|
44
|
+
base?: import('tailwind-variants').ClassValue;
|
|
45
45
|
};
|
|
46
|
-
warning: import('tailwind-
|
|
47
|
-
base?: import('tailwind-
|
|
46
|
+
warning: import('tailwind-variants').ClassValue | {
|
|
47
|
+
base?: import('tailwind-variants').ClassValue;
|
|
48
48
|
};
|
|
49
|
-
success: import('tailwind-
|
|
50
|
-
base?: import('tailwind-
|
|
49
|
+
success: import('tailwind-variants').ClassValue | {
|
|
50
|
+
base?: import('tailwind-variants').ClassValue;
|
|
51
51
|
};
|
|
52
|
-
info: import('tailwind-
|
|
53
|
-
base?: import('tailwind-
|
|
52
|
+
info: import('tailwind-variants').ClassValue | {
|
|
53
|
+
base?: import('tailwind-variants').ClassValue;
|
|
54
54
|
};
|
|
55
|
-
danger: import('tailwind-
|
|
56
|
-
base?: import('tailwind-
|
|
55
|
+
danger: import('tailwind-variants').ClassValue | {
|
|
56
|
+
base?: import('tailwind-variants').ClassValue;
|
|
57
57
|
};
|
|
58
|
-
promo: import('tailwind-
|
|
59
|
-
base?: import('tailwind-
|
|
58
|
+
promo: import('tailwind-variants').ClassValue | {
|
|
59
|
+
base?: import('tailwind-variants').ClassValue;
|
|
60
60
|
};
|
|
61
|
-
primary: import('tailwind-
|
|
62
|
-
base?: import('tailwind-
|
|
61
|
+
primary: import('tailwind-variants').ClassValue | {
|
|
62
|
+
base?: import('tailwind-variants').ClassValue;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
65
65
|
}, undefined, "uy:inline-block uy:relative uy:shrink-0", {
|
|
66
66
|
size: {
|
|
67
|
-
xs:
|
|
68
|
-
sm:
|
|
69
|
-
md:
|
|
70
|
-
lg:
|
|
71
|
-
xl:
|
|
67
|
+
xs: "uy:size-200";
|
|
68
|
+
sm: "uy:size-300";
|
|
69
|
+
md: "uy:size-400";
|
|
70
|
+
lg: "uy:size-500";
|
|
71
|
+
xl: "uy:size-[56px]";
|
|
72
72
|
};
|
|
73
73
|
variant: {
|
|
74
|
-
circle:
|
|
75
|
-
square:
|
|
74
|
+
circle: "uy:rounded-circle";
|
|
75
|
+
square: "uy:aspect-square";
|
|
76
76
|
};
|
|
77
77
|
color: {
|
|
78
|
-
teal:
|
|
79
|
-
plum:
|
|
80
|
-
purple:
|
|
81
|
-
orange:
|
|
82
|
-
neutral:
|
|
83
|
-
warning:
|
|
84
|
-
success:
|
|
85
|
-
info:
|
|
86
|
-
danger:
|
|
87
|
-
promo:
|
|
88
|
-
primary:
|
|
78
|
+
teal: "uy:bg-surface-decorative-teal-lowest uy:text-content-decorative-teal-high";
|
|
79
|
+
plum: "uy:bg-surface-decorative-plum-lowest uy:text-content-decorative-plum";
|
|
80
|
+
purple: "uy:bg-surface-decorative-purple-lowest uy:text-content-decorative-purple";
|
|
81
|
+
orange: "uy:bg-surface-decorative-orange-lowest uy:text-content-decorative-orange";
|
|
82
|
+
neutral: "uy:bg-surface-neutral-lowest uy:text-content-neutral";
|
|
83
|
+
warning: "uy:bg-surface-warning-low uy:text-content-warning-high";
|
|
84
|
+
success: "uy:bg-surface-success-low uy:text-content-success-high";
|
|
85
|
+
info: "uy:bg-surface-info-low uy:text-content-info-high";
|
|
86
|
+
danger: "uy:bg-surface-danger-low uy:text-content-danger-high";
|
|
87
|
+
promo: "uy:bg-surface-promo-low uy:text-content-promo-high";
|
|
88
|
+
primary: "uy:bg-surface-primary-lowest uy:text-content-primary-high";
|
|
89
89
|
};
|
|
90
90
|
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
91
91
|
size: {
|
|
92
|
-
xs:
|
|
93
|
-
sm:
|
|
94
|
-
md:
|
|
95
|
-
lg:
|
|
96
|
-
xl:
|
|
92
|
+
xs: "uy:size-200";
|
|
93
|
+
sm: "uy:size-300";
|
|
94
|
+
md: "uy:size-400";
|
|
95
|
+
lg: "uy:size-500";
|
|
96
|
+
xl: "uy:size-[56px]";
|
|
97
97
|
};
|
|
98
98
|
variant: {
|
|
99
|
-
circle:
|
|
100
|
-
square:
|
|
99
|
+
circle: "uy:rounded-circle";
|
|
100
|
+
square: "uy:aspect-square";
|
|
101
101
|
};
|
|
102
102
|
color: {
|
|
103
|
-
teal:
|
|
104
|
-
plum:
|
|
105
|
-
purple:
|
|
106
|
-
orange:
|
|
107
|
-
neutral:
|
|
108
|
-
warning:
|
|
109
|
-
success:
|
|
110
|
-
info:
|
|
111
|
-
danger:
|
|
112
|
-
promo:
|
|
113
|
-
primary:
|
|
103
|
+
teal: "uy:bg-surface-decorative-teal-lowest uy:text-content-decorative-teal-high";
|
|
104
|
+
plum: "uy:bg-surface-decorative-plum-lowest uy:text-content-decorative-plum";
|
|
105
|
+
purple: "uy:bg-surface-decorative-purple-lowest uy:text-content-decorative-purple";
|
|
106
|
+
orange: "uy:bg-surface-decorative-orange-lowest uy:text-content-decorative-orange";
|
|
107
|
+
neutral: "uy:bg-surface-neutral-lowest uy:text-content-neutral";
|
|
108
|
+
warning: "uy:bg-surface-warning-low uy:text-content-warning-high";
|
|
109
|
+
success: "uy:bg-surface-success-low uy:text-content-success-high";
|
|
110
|
+
info: "uy:bg-surface-info-low uy:text-content-info-high";
|
|
111
|
+
danger: "uy:bg-surface-danger-low uy:text-content-danger-high";
|
|
112
|
+
promo: "uy:bg-surface-promo-low uy:text-content-promo-high";
|
|
113
|
+
primary: "uy:bg-surface-primary-lowest uy:text-content-primary-high";
|
|
114
114
|
};
|
|
115
115
|
}, undefined, undefined, {
|
|
116
116
|
size: {
|
|
117
|
-
xs:
|
|
118
|
-
sm:
|
|
119
|
-
md:
|
|
120
|
-
lg:
|
|
121
|
-
xl:
|
|
117
|
+
xs: "uy:size-200";
|
|
118
|
+
sm: "uy:size-300";
|
|
119
|
+
md: "uy:size-400";
|
|
120
|
+
lg: "uy:size-500";
|
|
121
|
+
xl: "uy:size-[56px]";
|
|
122
122
|
};
|
|
123
123
|
variant: {
|
|
124
|
-
circle:
|
|
125
|
-
square:
|
|
124
|
+
circle: "uy:rounded-circle";
|
|
125
|
+
square: "uy:aspect-square";
|
|
126
126
|
};
|
|
127
127
|
color: {
|
|
128
|
-
teal:
|
|
129
|
-
plum:
|
|
130
|
-
purple:
|
|
131
|
-
orange:
|
|
132
|
-
neutral:
|
|
133
|
-
warning:
|
|
134
|
-
success:
|
|
135
|
-
info:
|
|
136
|
-
danger:
|
|
137
|
-
promo:
|
|
138
|
-
primary:
|
|
128
|
+
teal: "uy:bg-surface-decorative-teal-lowest uy:text-content-decorative-teal-high";
|
|
129
|
+
plum: "uy:bg-surface-decorative-plum-lowest uy:text-content-decorative-plum";
|
|
130
|
+
purple: "uy:bg-surface-decorative-purple-lowest uy:text-content-decorative-purple";
|
|
131
|
+
orange: "uy:bg-surface-decorative-orange-lowest uy:text-content-decorative-orange";
|
|
132
|
+
neutral: "uy:bg-surface-neutral-lowest uy:text-content-neutral";
|
|
133
|
+
warning: "uy:bg-surface-warning-low uy:text-content-warning-high";
|
|
134
|
+
success: "uy:bg-surface-success-low uy:text-content-success-high";
|
|
135
|
+
info: "uy:bg-surface-info-low uy:text-content-info-high";
|
|
136
|
+
danger: "uy:bg-surface-danger-low uy:text-content-danger-high";
|
|
137
|
+
promo: "uy:bg-surface-promo-low uy:text-content-promo-high";
|
|
138
|
+
primary: "uy:bg-surface-primary-lowest uy:text-content-primary-high";
|
|
139
139
|
};
|
|
140
|
-
}, undefined, import('tailwind-variants').
|
|
140
|
+
}, undefined, import('tailwind-variants').TVReturnTypeLike<{
|
|
141
141
|
size: {
|
|
142
|
-
xs:
|
|
143
|
-
sm:
|
|
144
|
-
md:
|
|
145
|
-
lg:
|
|
146
|
-
xl:
|
|
142
|
+
xs: "uy:size-200";
|
|
143
|
+
sm: "uy:size-300";
|
|
144
|
+
md: "uy:size-400";
|
|
145
|
+
lg: "uy:size-500";
|
|
146
|
+
xl: "uy:size-[56px]";
|
|
147
147
|
};
|
|
148
148
|
variant: {
|
|
149
|
-
circle:
|
|
150
|
-
square:
|
|
149
|
+
circle: "uy:rounded-circle";
|
|
150
|
+
square: "uy:aspect-square";
|
|
151
151
|
};
|
|
152
152
|
color: {
|
|
153
|
-
teal:
|
|
154
|
-
plum:
|
|
155
|
-
purple:
|
|
156
|
-
orange:
|
|
157
|
-
neutral:
|
|
158
|
-
warning:
|
|
159
|
-
success:
|
|
160
|
-
info:
|
|
161
|
-
danger:
|
|
162
|
-
promo:
|
|
163
|
-
primary:
|
|
153
|
+
teal: "uy:bg-surface-decorative-teal-lowest uy:text-content-decorative-teal-high";
|
|
154
|
+
plum: "uy:bg-surface-decorative-plum-lowest uy:text-content-decorative-plum";
|
|
155
|
+
purple: "uy:bg-surface-decorative-purple-lowest uy:text-content-decorative-purple";
|
|
156
|
+
orange: "uy:bg-surface-decorative-orange-lowest uy:text-content-decorative-orange";
|
|
157
|
+
neutral: "uy:bg-surface-neutral-lowest uy:text-content-neutral";
|
|
158
|
+
warning: "uy:bg-surface-warning-low uy:text-content-warning-high";
|
|
159
|
+
success: "uy:bg-surface-success-low uy:text-content-success-high";
|
|
160
|
+
info: "uy:bg-surface-info-low uy:text-content-info-high";
|
|
161
|
+
danger: "uy:bg-surface-danger-low uy:text-content-danger-high";
|
|
162
|
+
promo: "uy:bg-surface-promo-low uy:text-content-promo-high";
|
|
163
|
+
primary: "uy:bg-surface-primary-lowest uy:text-content-primary-high";
|
|
164
164
|
};
|
|
165
|
-
}, undefined
|
|
165
|
+
}, undefined>>>;
|
|
166
166
|
type AvatarAccessibleName = {
|
|
167
167
|
'aria-label': string;
|
|
168
168
|
'aria-labelledby'?: string;
|