@payfit/unity-components 2.60.17 → 2.60.19

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.
Files changed (119) hide show
  1. package/dist/esm/components/action-bar/ActionBar.variants.d.ts +2 -2
  2. package/dist/esm/components/action-bar/parts/ActionBarButton.d.ts +2 -2
  3. package/dist/esm/components/action-bar/parts/ActionBarRoot.d.ts +2 -2
  4. package/dist/esm/components/alert/parts/AlertActions.d.ts +8 -8
  5. package/dist/esm/components/autocomplete/Autocomplete.d.ts +2 -2
  6. package/dist/esm/components/autocomplete/parts/AutocompleteItem.d.ts +8 -8
  7. package/dist/esm/components/autocomplete/parts/AutocompleteItemGroup.d.ts +14 -14
  8. package/dist/esm/components/autocomplete/parts/AutocompletePanel.d.ts +11 -11
  9. package/dist/esm/components/avatar/Avatar.d.ts +110 -110
  10. package/dist/esm/components/avatar/Avatar.variants.d.ts +56 -56
  11. package/dist/esm/components/avatar/parts/AvatarFallback.d.ts +2 -2
  12. package/dist/esm/components/badge/Badge.d.ts +2 -2
  13. package/dist/esm/components/badge/parts/BadgeDot.d.ts +2 -2
  14. package/dist/esm/components/bottom-sheet/BottomSheet.d.ts +14 -14
  15. package/dist/esm/components/bottom-sheet/parts/BottomSheetContent.d.ts +11 -11
  16. package/dist/esm/components/bottom-sheet/parts/BottomSheetDragIndicator.d.ts +11 -11
  17. package/dist/esm/components/bottom-sheet/parts/BottomSheetFooter.d.ts +1 -1
  18. package/dist/esm/components/bottom-sheet/parts/BottomSheetHeader.d.ts +17 -17
  19. package/dist/esm/components/breadcrumbs/Breadcrumbs.variant.d.ts +2 -2
  20. package/dist/esm/components/button/Button.variants.d.ts +109 -109
  21. package/dist/esm/components/card/Card.d.ts +2 -2
  22. package/dist/esm/components/carousel/Carousel.d.ts +1 -1
  23. package/dist/esm/components/carousel/parts/CarouselContent.d.ts +11 -11
  24. package/dist/esm/components/carousel/parts/CarouselHeader.d.ts +17 -17
  25. package/dist/esm/components/carousel/parts/CarouselNav.d.ts +11 -11
  26. package/dist/esm/components/carousel/parts/CarouselSlide.d.ts +1 -1
  27. package/dist/esm/components/checkbox/Checkbox.variants.d.ts +2 -2
  28. package/dist/esm/components/checkbox-group/CheckboxGroup.d.ts +1 -1
  29. package/dist/esm/components/client-side-pagination/ClientSidePagination.d.ts +11 -11
  30. package/dist/esm/components/client-side-pagination/parts/RawPaginationLink.d.ts +8 -8
  31. package/dist/esm/components/code/Code.d.ts +11 -11
  32. package/dist/esm/components/collapsible/Collapsible.variants.d.ts +11 -11
  33. package/dist/esm/components/data-table/parts/DataTableRoot.d.ts +1 -1
  34. package/dist/esm/components/date-calendar/DateCalendar.variants.d.ts +2 -2
  35. package/dist/esm/components/date-picker/parts/DateInput.d.ts +13 -13
  36. package/dist/esm/components/dialog/Dialog.d.ts +2 -2
  37. package/dist/esm/components/empty-state/EmptyState.variants.d.ts +25 -25
  38. package/dist/esm/components/error-state/ErrorState.d.ts +44 -44
  39. package/dist/esm/components/error-state/parts/Collapsible.d.ts +2 -2
  40. package/dist/esm/components/fieldset/Fieldset.d.ts +2 -2
  41. package/dist/esm/components/filter/Filter.d.ts +2 -2
  42. package/dist/esm/components/filter/parts/FilterButton.d.ts +11 -11
  43. package/dist/esm/components/filter/parts/FilterLabel.d.ts +11 -11
  44. package/dist/esm/components/filter/parts/FilterPopover.d.ts +23 -23
  45. package/dist/esm/components/filter-toolbar/FilterToolbar.d.ts +14 -14
  46. package/dist/esm/components/filter-toolbar/parts/AddFilter.d.ts +14 -14
  47. package/dist/esm/components/filter-toolbar/parts/AddFilterItem.d.ts +1 -1
  48. package/dist/esm/components/flex/Flex.variants.d.ts +380 -380
  49. package/dist/esm/components/floating-action-bar/FloatingActionBar.d.ts +14 -14
  50. package/dist/esm/components/full-page-loader/FullPageLoader.d.ts +1 -1
  51. package/dist/esm/components/funnel-layout/FunnelLayout.d.ts +1 -1
  52. package/dist/esm/components/funnel-layout/parts/FunnelBody.d.ts +2 -2
  53. package/dist/esm/components/funnel-layout/parts/FunnelPage.d.ts +2 -2
  54. package/dist/esm/components/funnel-layout/parts/FunnelPageActions.d.ts +1 -1
  55. package/dist/esm/components/funnel-layout/parts/FunnelPageContent.d.ts +2 -2
  56. package/dist/esm/components/funnel-layout/parts/FunnelPageFooter.d.ts +2 -2
  57. package/dist/esm/components/funnel-layout/parts/FunnelPageHeader.d.ts +2 -2
  58. package/dist/esm/components/funnel-layout/parts/FunnelProgressBar.d.ts +2 -2
  59. package/dist/esm/components/funnel-layout/parts/FunnelSidebar.d.ts +8 -8
  60. package/dist/esm/components/funnel-layout/parts/FunnelTopBar.d.ts +14 -14
  61. package/dist/esm/components/grid/Grid.variants.d.ts +319 -319
  62. package/dist/esm/components/icon/Icon.d.ts +215 -215
  63. package/dist/esm/components/icon-button/CircularIconButton.d.ts +8 -8
  64. package/dist/esm/components/icon-button/IconButton.variants.d.ts +79 -79
  65. package/dist/esm/components/link/RawLink.d.ts +2 -2
  66. package/dist/esm/components/list-view/parts/ListViewSection.d.ts +1 -1
  67. package/dist/esm/components/list-view/parts/RawListViewItem.d.ts +20 -20
  68. package/dist/esm/components/nav/parts/RawNavItem.d.ts +39 -39
  69. package/dist/esm/components/navigation-card/NavigationCard.variants.d.ts +2 -2
  70. package/dist/esm/components/navigation-card/parts/NavigationCardGroup.d.ts +2 -2
  71. package/dist/esm/components/number-field/NumberField.d.ts +1 -1
  72. package/dist/esm/components/number-input/NumberInput.d.ts +2 -2
  73. package/dist/esm/components/page/Page.d.ts +2 -2
  74. package/dist/esm/components/page/parts/PageHeader.d.ts +17 -17
  75. package/dist/esm/components/pagination/Pagination.d.ts +8 -8
  76. package/dist/esm/components/pagination/parts/PaginationContent.d.ts +1 -1
  77. package/dist/esm/components/pagination/parts/PaginationEllipsis.d.ts +1 -1
  78. package/dist/esm/components/pagination/parts/RawPaginationLink.d.ts +1 -1
  79. package/dist/esm/components/pagination/parts/RawPaginationNext.d.ts +1 -1
  80. package/dist/esm/components/pagination/parts/RawPaginationPrevious.d.ts +1 -1
  81. package/dist/esm/components/phone-number/parts/PhoneNumberItem.d.ts +11 -11
  82. package/dist/esm/components/pill/Pill.d.ts +20 -20
  83. package/dist/esm/components/progress-bar/ProgressBar.d.ts +2 -2
  84. package/dist/esm/components/promo-dialog/PromoDialog.d.ts +29 -29
  85. package/dist/esm/components/radio-button-group/parts/RadioButton.d.ts +17 -17
  86. package/dist/esm/components/search/Search.d.ts +2 -2
  87. package/dist/esm/components/select-list/parts/SelectListOptGroup.d.ts +14 -14
  88. package/dist/esm/components/selectable-button-group/SelectableButtonGroup.d.ts +1 -1
  89. package/dist/esm/components/selectable-button-group/parts/SelectableButton.d.ts +2 -2
  90. package/dist/esm/components/selectable-card/internals/Content.d.ts +1 -1
  91. package/dist/esm/components/selectable-card/internals/Description.d.ts +1 -1
  92. package/dist/esm/components/selectable-card/internals/Illustration.d.ts +1 -1
  93. package/dist/esm/components/selectable-card/internals/SelectedIndicator.d.ts +1 -1
  94. package/dist/esm/components/selectable-card/selectableCard.variant.d.ts +5 -5
  95. package/dist/esm/components/side-panel/SidePanel.d.ts +2 -2
  96. package/dist/esm/components/side-panel/parts/SidePanelContent.d.ts +11 -11
  97. package/dist/esm/components/side-panel/parts/SidePanelDragIndicator.d.ts +11 -11
  98. package/dist/esm/components/side-panel/parts/SidePanelFooter.d.ts +1 -1
  99. package/dist/esm/components/side-panel/parts/SidePanelHeader.d.ts +14 -14
  100. package/dist/esm/components/table/Table.d.ts +2 -2
  101. package/dist/esm/components/table/parts/TableBody.d.ts +2 -2
  102. package/dist/esm/components/table/parts/TableCell.d.ts +11 -11
  103. package/dist/esm/components/table/parts/TableColumnHeader.d.ts +11 -11
  104. package/dist/esm/components/table/parts/TableEmptyState.d.ts +22 -22
  105. package/dist/esm/components/table/parts/TableHeader.d.ts +2 -2
  106. package/dist/esm/components/table/parts/TablePagination.d.ts +1 -1
  107. package/dist/esm/components/table/parts/TableRow.d.ts +1 -1
  108. package/dist/esm/components/tabs/Tabs.variant.d.ts +2 -2
  109. package/dist/esm/components/task-menu/TaskMenu.d.ts +8 -8
  110. package/dist/esm/components/task-menu/parts/RawSubTask.d.ts +38 -38
  111. package/dist/esm/components/task-menu/parts/RawTask.d.ts +38 -38
  112. package/dist/esm/components/task-menu/parts/task.variants.d.ts +11 -11
  113. package/dist/esm/components/text/Text.variants.d.ts +272 -272
  114. package/dist/esm/components/text-area/TextArea.d.ts +2 -2
  115. package/dist/esm/components/timeline/Timeline.variants.d.ts +26 -26
  116. package/dist/esm/components/toast/UnityToast.d.ts +8 -8
  117. package/dist/esm/components/toggle-switch/ToggleSwitch.d.ts +2 -2
  118. package/dist/esm/components/toggle-switch-group/ToggleSwitchGroup.d.ts +1 -1
  119. package/package.json +11 -11
@@ -1,32 +1,32 @@
1
1
  import { ReactElement, RefObject } from 'react';
2
2
  export declare const floatingActionBar: import('tailwind-variants').TVReturnType<{
3
3
  isHidden: {
4
- true: string;
5
- false: string;
4
+ true: "uy:translate-y-full uy:focus-within:translate-0";
5
+ false: "uy:translate-y-0";
6
6
  };
7
7
  reduceMotion: {
8
- true: string;
9
- false: string;
8
+ true: "";
9
+ false: "uy:transition-transform uy:duration-300 uy:ease-in-out";
10
10
  };
11
11
  }, undefined, string[], {
12
12
  isHidden: {
13
- true: string;
14
- false: string;
13
+ true: "uy:translate-y-full uy:focus-within:translate-0";
14
+ false: "uy:translate-y-0";
15
15
  };
16
16
  reduceMotion: {
17
- true: string;
18
- false: string;
17
+ true: "";
18
+ false: "uy:transition-transform uy:duration-300 uy:ease-in-out";
19
19
  };
20
- }, undefined, import('tailwind-variants').TVReturnType<{
20
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
21
21
  isHidden: {
22
- true: string;
23
- false: string;
22
+ true: "uy:translate-y-full uy:focus-within:translate-0";
23
+ false: "uy:translate-y-0";
24
24
  };
25
25
  reduceMotion: {
26
- true: string;
27
- false: string;
26
+ true: "";
27
+ false: "uy:transition-transform uy:duration-300 uy:ease-in-out";
28
28
  };
29
- }, undefined, string[], unknown, unknown, undefined>>;
29
+ }, undefined>>;
30
30
  export interface FloatingActionBarProps {
31
31
  /**
32
32
  * Accessible label for the toolbar.
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- export declare const fullPageLoader: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:w-full uy:h-screen uy:flex uy:place-items-center uy:justify-center", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:w-full uy:h-screen uy:flex uy:place-items-center uy:justify-center", unknown, unknown, undefined>>;
2
+ export declare const fullPageLoader: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:w-full uy:h-screen uy:flex uy:place-items-center uy:justify-center", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
3
3
  export type FullPageLoaderProps = {
4
4
  label?: ReactNode;
5
5
  };
@@ -1,6 +1,6 @@
1
1
  import { default as React, PropsWithChildren } from 'react';
2
2
  import { VariantProps } from '@payfit/unity-themes';
3
- export declare const funnelLayout: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:relative uy:h-dvh uy:flex uy:flex-col uy:bg-canvas uy:overflow-auto", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:relative uy:h-dvh uy:flex uy:flex-col uy:bg-canvas uy:overflow-auto", unknown, unknown, undefined>>;
3
+ export declare const funnelLayout: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:relative uy:h-dvh uy:flex uy:flex-col uy:bg-canvas uy:overflow-auto", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
4
4
  export interface FunnelLayoutProps extends PropsWithChildren<VariantProps<typeof funnelLayout>> {
5
5
  /** The header content for the funnel layout, typically a FunnelTopBar component */
6
6
  header: React.JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from '@payfit/unity-themes';
2
2
  import { PropsWithChildren } from 'react';
3
- export declare const funnelBody: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:group/funnelbody uy:mx-auto uy:w-full uy:min-h-full uy:flex-1 uy:md:max-w-(--uy-container-lg) uy:md:px-300 uy:lg:max-w-(--uy-container-xl) uy:flex uy:flex-col uy:md:flex-row uy:gap-x-200 uy:md:py-600", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:group/funnelbody uy:mx-auto uy:w-full uy:min-h-full uy:flex-1 uy:md:max-w-(--uy-container-lg) uy:md:px-300 uy:lg:max-w-(--uy-container-xl) uy:flex uy:flex-col uy:md:flex-row uy:gap-x-200 uy:md:py-600", unknown, unknown, undefined>>;
3
+ export declare const funnelBody: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:group/funnelbody uy:mx-auto uy:w-full uy:min-h-full uy:flex-1 uy:md:max-w-(--uy-container-lg) uy:md:px-300 uy:lg:max-w-(--uy-container-xl) uy:flex uy:flex-col uy:md:flex-row uy:gap-x-200 uy:md:py-600", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
4
4
  export type FunnelBodyProps = PropsWithChildren<VariantProps<typeof funnelBody>>;
5
5
  /**
6
6
  * The `FunnelBody` component provides the main content container for the funnel layout.
@@ -30,7 +30,7 @@ export type FunnelBodyProps = PropsWithChildren<VariantProps<typeof funnelBody>>
30
30
  * @see Design docs in {@link https://www.payfit.design/24f360409/p/88f9fc-funnel/b/24ca6f Payfit.design}
31
31
  * @see Developer docs in {@link https://unity-components.payfit.io/?path=/docs/layout-funnellayout-funnelbody--docs unity-components.payfit.io}
32
32
  */
33
- declare const FunnelBody: import('react').ForwardRefExoticComponent<VariantProps<import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:group/funnelbody uy:mx-auto uy:w-full uy:min-h-full uy:flex-1 uy:md:max-w-(--uy-container-lg) uy:md:px-300 uy:lg:max-w-(--uy-container-xl) uy:flex uy:flex-col uy:md:flex-row uy:gap-x-200 uy:md:py-600", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:group/funnelbody uy:mx-auto uy:w-full uy:min-h-full uy:flex-1 uy:md:max-w-(--uy-container-lg) uy:md:px-300 uy:lg:max-w-(--uy-container-xl) uy:flex uy:flex-col uy:md:flex-row uy:gap-x-200 uy:md:py-600", unknown, unknown, undefined>>> & {
33
+ declare const FunnelBody: import('react').ForwardRefExoticComponent<VariantProps<import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:group/funnelbody uy:mx-auto uy:w-full uy:min-h-full uy:flex-1 uy:md:max-w-(--uy-container-lg) uy:md:px-300 uy:lg:max-w-(--uy-container-xl) uy:flex uy:flex-col uy:md:flex-row uy:gap-x-200 uy:md:py-600", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>> & {
34
34
  children?: import('react').ReactNode | undefined;
35
35
  } & import('react').RefAttributes<HTMLDivElement>>;
36
36
  export { FunnelBody };
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from '@payfit/unity-themes';
2
2
  import { PropsWithChildren } from 'react';
3
- export declare const funnelPage: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
3
+ export declare const funnelPage: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
4
4
  export type FunnelPageProps = PropsWithChildren<VariantProps<typeof funnelPage>>;
5
5
  /**
6
6
  * The `FunnelPage` component represents the main content area of the funnel layout.
@@ -30,7 +30,7 @@ export type FunnelPageProps = PropsWithChildren<VariantProps<typeof funnelPage>>
30
30
  * @see Design docs in {@link https://www.payfit.design/24f360409/p/88f9fc-funnel/b/24ca6f Payfit.design}
31
31
  * @see Developer docs in {@link https://unity-components.payfit.io/?path=/docs/layout-funnellayout-funnelpage--docs unity-components.payfit.io}
32
32
  */
33
- declare const FunnelPage: import('react').ForwardRefExoticComponent<VariantProps<import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>> & {
33
+ declare const FunnelPage: import('react').ForwardRefExoticComponent<VariantProps<import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>> & {
34
34
  children?: import('react').ReactNode | undefined;
35
35
  } & import('react').RefAttributes<HTMLElement>>;
36
36
  export { FunnelPage };
@@ -1,5 +1,5 @@
1
1
  import { VariantProps } from '@payfit/unity-themes';
2
- export declare const funnelPageActions: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:flex uy:flex-col uy:gap-200 uy:md:flex-row uy:md:justify-between", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:flex uy:flex-col uy:gap-200 uy:md:flex-row uy:md:justify-between", unknown, unknown, undefined>>;
2
+ export declare const funnelPageActions: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:flex uy:flex-col uy:gap-200 uy:md:flex-row uy:md:justify-between", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
3
3
  export interface FunnelPageActionsProps extends VariantProps<typeof funnelPageActions> {
4
4
  /**
5
5
  * Render function for the next action. This is mandatory as it's the only action that's always shown.
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from '@payfit/unity-themes';
2
2
  import { PropsWithChildren } from 'react';
3
- export declare const funnelPageContent: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:flex-1 uy:px-300 uy:my-400 uy:md:px-400 uy:group-has-[[data-unity-component=\"FunnelPageHeader\"]]/funnelpage:mt-0", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:flex-1 uy:px-300 uy:my-400 uy:md:px-400 uy:group-has-[[data-unity-component=\"FunnelPageHeader\"]]/funnelpage:mt-0", unknown, unknown, undefined>>;
3
+ export declare const funnelPageContent: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:flex-1 uy:px-300 uy:my-400 uy:md:px-400 uy:group-has-[[data-unity-component=\"FunnelPageHeader\"]]/funnelpage:mt-0", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
4
4
  export type FunnelPageContentProps = PropsWithChildren<VariantProps<typeof funnelPageContent>>;
5
5
  /**
6
6
  * The `FunnelPageContent` component provides the main content area of a funnel page.
@@ -29,7 +29,7 @@ export type FunnelPageContentProps = PropsWithChildren<VariantProps<typeof funne
29
29
  * @see Design docs in {@link https://www.payfit.design/24f360409/p/88f9fc-funnel/b/24ca6f Payfit.design}
30
30
  * @see Developer docs in {@link https://unity-components.payfit.io/?path=/docs/layout-funnellayout-funnelpage-funnelpagecontent--docs unity-components.payfit.io}
31
31
  */
32
- declare const FunnelPageContent: import('react').ForwardRefExoticComponent<VariantProps<import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:flex-1 uy:px-300 uy:my-400 uy:md:px-400 uy:group-has-[[data-unity-component=\"FunnelPageHeader\"]]/funnelpage:mt-0", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:flex-1 uy:px-300 uy:my-400 uy:md:px-400 uy:group-has-[[data-unity-component=\"FunnelPageHeader\"]]/funnelpage:mt-0", unknown, unknown, undefined>>> & {
32
+ declare const FunnelPageContent: import('react').ForwardRefExoticComponent<VariantProps<import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:flex-1 uy:px-300 uy:my-400 uy:md:px-400 uy:group-has-[[data-unity-component=\"FunnelPageHeader\"]]/funnelpage:mt-0", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>> & {
33
33
  children?: import('react').ReactNode | undefined;
34
34
  } & import('react').RefAttributes<HTMLElement>>;
35
35
  export { FunnelPageContent };
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from '@payfit/unity-themes';
2
2
  import { PropsWithChildren } from 'react';
3
- export declare const funnelPageFooter: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:px-300 uy:md:px-400", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:px-300 uy:md:px-400", unknown, unknown, undefined>>;
3
+ export declare const funnelPageFooter: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:px-300 uy:md:px-400", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>;
4
4
  export type FunnelPageFooterProps = PropsWithChildren<VariantProps<typeof funnelPageFooter>>;
5
5
  /**
6
6
  * The `FunnelPageFooter` component provides the footer section of a funnel page.
@@ -30,7 +30,7 @@ export type FunnelPageFooterProps = PropsWithChildren<VariantProps<typeof funnel
30
30
  * @see Design docs in {@link https://www.payfit.design/24f360409/p/88f9fc-funnel/b/24ca6f Payfit.design}
31
31
  * @see Developer docs in {@link https://unity-components.payfit.io/?path=/docs/layout-funnellayout-funnelpage-funnelpagefooter--docs unity-components.payfit.io}
32
32
  */
33
- declare const FunnelPageFooter: import('react').ForwardRefExoticComponent<VariantProps<import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:px-300 uy:md:px-400", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "uy:px-300 uy:md:px-400", unknown, unknown, undefined>>> & {
33
+ declare const FunnelPageFooter: import('react').ForwardRefExoticComponent<VariantProps<import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "uy:px-300 uy:md:px-400", {} | {}, undefined, import('tailwind-variants').TVReturnTypeLike<unknown, undefined>>> & {
34
34
  children?: import('react').ReactNode | undefined;
35
35
  } & import('react').RefAttributes<HTMLElement>>;
36
36
  export { FunnelPageFooter };
@@ -22,7 +22,7 @@ export declare const funnelPageHeader: import('tailwind-variants').TVReturnType<
22
22
  hgroup: string;
23
23
  figure: string;
24
24
  figcaption: string;
25
- }, import('tailwind-variants').TVReturnType<{
25
+ }, import('tailwind-variants').TVReturnTypeLike<{
26
26
  gradient: {
27
27
  default: {
28
28
  base: string;
@@ -33,7 +33,7 @@ export declare const funnelPageHeader: import('tailwind-variants').TVReturnType<
33
33
  hgroup: string;
34
34
  figure: string;
35
35
  figcaption: string;
36
- }, undefined, unknown, unknown, undefined>>;
36
+ }>>;
37
37
  export interface FunnelPageHeaderProps extends PropsWithChildren<VariantProps<typeof funnelPageHeader>> {
38
38
  title: string;
39
39
  subtitle: ReactNode;
@@ -24,7 +24,7 @@ declare const progressBar: import('tailwind-variants').TVReturnType<{
24
24
  }, {
25
25
  base: string[];
26
26
  meter: string[];
27
- }, import('tailwind-variants').TVReturnType<{
27
+ }, import('tailwind-variants').TVReturnTypeLike<{
28
28
  isFull: {
29
29
  true: {
30
30
  meter: string;
@@ -36,7 +36,7 @@ declare const progressBar: import('tailwind-variants').TVReturnType<{
36
36
  }, {
37
37
  base: string[];
38
38
  meter: string[];
39
- }, undefined, unknown, unknown, undefined>>;
39
+ }>>;
40
40
  interface ProgressBarProps extends Omit<VariantProps<typeof progressBar>, 'isFull'> {
41
41
  /** the value of the progression */
42
42
  value: number;
@@ -2,8 +2,8 @@ import { VariantProps } from '@payfit/unity-themes';
2
2
  import { PropsWithChildren } from 'react';
3
3
  export declare const funnelSidebar: import('tailwind-variants').TVReturnType<{
4
4
  isSticky: {
5
- true: string;
6
- false: string;
5
+ true: "uy:sticky uy:top-8 uy:md:top-10 uy:z-9";
6
+ false: "uy:static";
7
7
  };
8
8
  position: {
9
9
  sticky: string[];
@@ -12,25 +12,25 @@ export declare const funnelSidebar: import('tailwind-variants').TVReturnType<{
12
12
  };
13
13
  }, undefined, string[], {
14
14
  isSticky: {
15
- true: string;
16
- false: string;
15
+ true: "uy:sticky uy:top-8 uy:md:top-10 uy:z-9";
16
+ false: "uy:static";
17
17
  };
18
18
  position: {
19
19
  sticky: string[];
20
20
  static: string[];
21
21
  fixed: string[];
22
22
  };
23
- }, undefined, import('tailwind-variants').TVReturnType<{
23
+ }, undefined, import('tailwind-variants').TVReturnTypeLike<{
24
24
  isSticky: {
25
- true: string;
26
- false: string;
25
+ true: "uy:sticky uy:top-8 uy:md:top-10 uy:z-9";
26
+ false: "uy:static";
27
27
  };
28
28
  position: {
29
29
  sticky: string[];
30
30
  static: string[];
31
31
  fixed: string[];
32
32
  };
33
- }, undefined, string[], unknown, unknown, undefined>>;
33
+ }, undefined>>;
34
34
  export interface FunnelSidebarProps extends PropsWithChildren<VariantProps<typeof funnelSidebar>> {
35
35
  /**
36
36
  * Whether the sidebar is sticky or not
@@ -1,18 +1,18 @@
1
1
  import { VariantProps } from '@payfit/unity-themes';
2
2
  export declare const funnelTopBar: import('tailwind-variants').TVReturnType<{
3
3
  [key: string]: {
4
- [key: string]: import('tailwind-merge').ClassNameValue | {
5
- base?: import('tailwind-merge').ClassNameValue;
6
- title?: import('tailwind-merge').ClassNameValue;
7
- titleWrapper?: import('tailwind-merge').ClassNameValue;
4
+ [key: string]: import('tailwind-variants').ClassValue | {
5
+ base?: import('tailwind-variants').ClassValue;
6
+ title?: import('tailwind-variants').ClassValue;
7
+ titleWrapper?: import('tailwind-variants').ClassValue;
8
8
  };
9
9
  };
10
10
  } | {
11
11
  [x: string]: {
12
- [x: string]: import('tailwind-merge').ClassNameValue | {
13
- base?: import('tailwind-merge').ClassNameValue;
14
- title?: import('tailwind-merge').ClassNameValue;
15
- titleWrapper?: import('tailwind-merge').ClassNameValue;
12
+ [x: string]: import('tailwind-variants').ClassValue | {
13
+ base?: import('tailwind-variants').ClassValue;
14
+ title?: import('tailwind-variants').ClassValue;
15
+ titleWrapper?: import('tailwind-variants').ClassValue;
16
16
  };
17
17
  };
18
18
  } | {}, {
@@ -21,21 +21,21 @@ export declare const funnelTopBar: import('tailwind-variants').TVReturnType<{
21
21
  title: string[];
22
22
  }, undefined, {
23
23
  [key: string]: {
24
- [key: string]: import('tailwind-merge').ClassNameValue | {
25
- base?: import('tailwind-merge').ClassNameValue;
26
- title?: import('tailwind-merge').ClassNameValue;
27
- titleWrapper?: import('tailwind-merge').ClassNameValue;
24
+ [key: string]: import('tailwind-variants').ClassValue | {
25
+ base?: import('tailwind-variants').ClassValue;
26
+ title?: import('tailwind-variants').ClassValue;
27
+ titleWrapper?: import('tailwind-variants').ClassValue;
28
28
  };
29
29
  };
30
30
  } | {}, {
31
31
  base: string[];
32
32
  titleWrapper: string[];
33
33
  title: string[];
34
- }, import('tailwind-variants').TVReturnType<unknown, {
34
+ }, import('tailwind-variants').TVReturnTypeLike<unknown, {
35
35
  base: string[];
36
36
  titleWrapper: string[];
37
37
  title: string[];
38
- }, undefined, unknown, unknown, undefined>>;
38
+ }>>;
39
39
  export interface FunnelTopBarProps extends VariantProps<typeof funnelTopBar> {
40
40
  /** The title text to display in the funnel top bar */
41
41
  title: string;