@algolia/satellite 1.11.0 → 2.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/dist/cjs/Actions/Accordion/Accordion.d.ts +2 -2
  2. package/dist/cjs/Actions/Button/types.d.ts +2 -2
  3. package/dist/cjs/Actions/ButtonGroup/ButtonGroup.d.ts +2 -2
  4. package/dist/cjs/Actions/Switch/Switch.d.ts +2 -2
  5. package/dist/cjs/Actions/Switch/SwitchOption.d.ts +2 -2
  6. package/dist/cjs/Actions/ToggleButton/ToggleButton.d.ts +3 -3
  7. package/dist/cjs/Actions/ToggleButton/ToggleButton.js +3 -1
  8. package/dist/cjs/Actions/ToggleButton/ToggleButtonBase.d.ts +3 -1
  9. package/dist/cjs/Actions/ToggleButton/ToggleButtonBase.js +11 -10
  10. package/dist/cjs/Actions/ToggleGroup/ToggleGroup.d.ts +8 -10
  11. package/dist/cjs/Avatars/ApplicationAvatar/ApplicationAvatar.d.ts +2 -2
  12. package/dist/cjs/Avatars/UserAvatar/UserAvatar.d.ts +2 -2
  13. package/dist/cjs/Fields/AutoComplete/components/AutoCompleteContext.d.ts +2 -2
  14. package/dist/cjs/Fields/AutoComplete/components/AutoCompleteEmptyState.d.ts +2 -2
  15. package/dist/cjs/Fields/AutoComplete/components/DefaultOptionItem.d.ts +2 -2
  16. package/dist/cjs/Fields/AutoComplete/types.d.ts +2 -2
  17. package/dist/cjs/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +2 -2
  18. package/dist/cjs/Fields/DatePicker/components/Calendar.d.ts +2 -2
  19. package/dist/cjs/Fields/DatePicker/components/Footer.d.ts +2 -2
  20. package/dist/cjs/Fields/DatePicker/components/Modal.d.ts +0 -0
  21. package/dist/cjs/Fields/DatePicker/components/Modal.js +1 -0
  22. package/dist/cjs/Fields/DatePicker/components/NavBar.d.ts +2 -2
  23. package/dist/cjs/Fields/DatePicker/components/SidePanel.d.ts +2 -2
  24. package/dist/cjs/Fields/Field/Field.d.ts +2 -2
  25. package/dist/cjs/Fields/Form/Form.d.ts +5 -5
  26. package/dist/cjs/Fields/RadioGroup/RadioGroupItem.d.ts +4 -8
  27. package/dist/cjs/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +4 -5
  28. package/dist/cjs/Helpers/HelpUnderline/HelpUnderline.d.ts +2 -2
  29. package/dist/cjs/Helpers/Medallion/Medallion.d.ts +2 -2
  30. package/dist/cjs/Helpers/Separator/Separator.d.ts +2 -2
  31. package/dist/cjs/Helpers/TextWrap/TextWrap.d.ts +2 -2
  32. package/dist/cjs/Helpers/UserContent/UserContent.d.ts +2 -2
  33. package/dist/cjs/Indicators/Banners/Alert/Alert.d.ts +2 -2
  34. package/dist/cjs/Indicators/Banners/Promote/Promote.d.ts +2 -2
  35. package/dist/cjs/Indicators/Banners/SystemNotification/SystemNotification.d.ts +2 -2
  36. package/dist/cjs/Indicators/EmptyState/EmptyState.d.ts +2 -2
  37. package/dist/cjs/Indicators/KeyboardKey/KeyboardKey.d.ts +2 -2
  38. package/dist/cjs/Indicators/ProgressSpinner/ProgressSpinner.d.ts +2 -2
  39. package/dist/cjs/Indicators/ScrollIndicator/ScrollIndicator.d.ts +2 -2
  40. package/dist/cjs/Indicators/Skeleton/Skeleton.d.ts +2 -2
  41. package/dist/cjs/Indicators/Toast/Toast.d.ts +2 -2
  42. package/dist/cjs/Indicators/Toast/Toasts.d.ts +2 -2
  43. package/dist/cjs/Layout/Card/components/CardHeader.d.ts +2 -2
  44. package/dist/cjs/Layout/Card/components/CardTitle.d.ts +2 -2
  45. package/dist/cjs/Layout/FlexGrid/FlexGrid.d.ts +2 -2
  46. package/dist/cjs/Layout/Insert/Insert.d.ts +2 -2
  47. package/dist/cjs/Layout/Sidebar/Sidebar.d.ts +4 -5
  48. package/dist/cjs/Layout/Sidebar/SidebarButtonLink.d.ts +2 -2
  49. package/dist/cjs/Layout/Sidebar/SidebarHeader.d.ts +4 -5
  50. package/dist/cjs/Layout/Sidebar/SidebarHeading.d.ts +2 -2
  51. package/dist/cjs/Layout/Sidebar/SidebarLink.d.ts +2 -2
  52. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.d.ts +2 -2
  53. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.d.ts +2 -2
  54. package/dist/cjs/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +2 -2
  55. package/dist/cjs/Layout/Sidebar/SidebarNav.d.ts +2 -2
  56. package/dist/cjs/Layout/Tables/DataTable/components/Footer.d.ts +2 -2
  57. package/dist/cjs/Layout/Tables/DataTable/components/Loader.d.ts +2 -2
  58. package/dist/cjs/Layout/Tables/DataTable/types.d.ts +3 -3
  59. package/dist/cjs/Layout/Tables/Table/Table.d.ts +2 -2
  60. package/dist/cjs/Layout/Tables/Table/components/TableFooter.d.ts +4 -5
  61. package/dist/cjs/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +2 -2
  62. package/dist/cjs/Navigation/Pagination/Pagination/Pagination.d.ts +2 -2
  63. package/dist/cjs/Navigation/Stepper/Step.d.ts +2 -2
  64. package/dist/cjs/Navigation/Stepper/Stepper.d.ts +2 -2
  65. package/dist/cjs/Navigation/Tabs/ContentTabs/ContentTabs.d.ts +2 -2
  66. package/dist/cjs/Navigation/Tabs/LinkTabs/LinkTabs.d.ts +2 -2
  67. package/dist/cjs/Navigation/Tabs/components/LinkTab.d.ts +2 -2
  68. package/dist/cjs/Overlay/Dropdown/Dropdown.d.ts +4 -5
  69. package/dist/cjs/Overlay/Dropdown/components/DropdownButtonItem.d.ts +2 -2
  70. package/dist/cjs/Overlay/Dropdown/components/DropdownButtonItem.js +10 -9
  71. package/dist/cjs/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.d.ts +2 -2
  72. package/dist/cjs/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsGroup.d.ts +2 -2
  73. package/dist/cjs/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsMultiGroup.d.ts +2 -2
  74. package/dist/cjs/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsSingleGroup.d.ts +2 -2
  75. package/dist/cjs/Overlay/Dropdown/components/DropdownFooterItem.d.ts +2 -2
  76. package/dist/cjs/Overlay/Dropdown/components/DropdownLinkItem.d.ts +2 -2
  77. package/dist/cjs/Overlay/Dropdown/components/DropdownLinkItem.js +11 -9
  78. package/dist/cjs/Overlay/Dropdown/components/DropdownRadioItem.d.ts +3 -5
  79. package/dist/cjs/Overlay/Dropdown/components/DropdownRadioItem.js +0 -3
  80. package/dist/cjs/Overlay/Dropdown/components/DropdownTitle.d.ts +2 -2
  81. package/dist/cjs/Overlay/Dropdown/components/DropdownToggleItem.d.ts +4 -5
  82. package/dist/cjs/Overlay/Dropdown/components/DropdownToggleItem.js +0 -3
  83. package/dist/cjs/Overlay/MenuButton/MenuButton.d.ts +9 -9
  84. package/dist/cjs/Overlay/MenuButton/components/CustomTrigger.d.ts +2 -2
  85. package/dist/cjs/Overlay/MenuButton/components/Label.d.ts +2 -2
  86. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +2 -2
  87. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +2 -2
  88. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +2 -2
  89. package/dist/cjs/Overlay/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +2 -2
  90. package/dist/cjs/Overlay/MenuButton/components/items/Item.d.ts +2 -2
  91. package/dist/cjs/Overlay/MenuButton/components/items/LinkItem.d.ts +2 -2
  92. package/dist/cjs/Overlay/MenuButton/components/items/RadioItem.d.ts +2 -2
  93. package/dist/cjs/Overlay/MenuButton/components/items/ToggleItem.d.ts +2 -2
  94. package/dist/cjs/Overlay/Modal/Modal.d.ts +2 -2
  95. package/dist/cjs/Overlay/Modal/components/ModalFooter.d.ts +2 -2
  96. package/dist/cjs/Overlay/Modal/components/ModalSection.d.ts +2 -2
  97. package/dist/cjs/Overlay/Popover/Popover.d.ts +2 -2
  98. package/dist/cjs/Overlay/Tooltip/OverflowTooltipWrapper.d.ts +2 -2
  99. package/dist/cjs/Overlay/Tooltip/TooltipWrapper.d.ts +2 -2
  100. package/dist/cjs/Overlay/Tooltip/types.d.ts +2 -2
  101. package/dist/cjs/Satellite/Satellite.d.ts +2 -2
  102. package/dist/cjs/utils/isCssPropertySupported.d.ts +1 -1
  103. package/dist/esm/Actions/Accordion/Accordion.d.ts +2 -2
  104. package/dist/esm/Actions/Button/types.d.ts +2 -2
  105. package/dist/esm/Actions/ButtonGroup/ButtonGroup.d.ts +2 -2
  106. package/dist/esm/Actions/Switch/Switch.d.ts +2 -2
  107. package/dist/esm/Actions/Switch/SwitchOption.d.ts +2 -2
  108. package/dist/esm/Actions/ToggleButton/ToggleButton.d.ts +3 -3
  109. package/dist/esm/Actions/ToggleButton/ToggleButton.js +3 -1
  110. package/dist/esm/Actions/ToggleButton/ToggleButtonBase.d.ts +3 -1
  111. package/dist/esm/Actions/ToggleButton/ToggleButtonBase.js +11 -10
  112. package/dist/esm/Actions/ToggleGroup/ToggleGroup.d.ts +8 -10
  113. package/dist/esm/Avatars/ApplicationAvatar/ApplicationAvatar.d.ts +2 -2
  114. package/dist/esm/Avatars/UserAvatar/UserAvatar.d.ts +2 -2
  115. package/dist/esm/Fields/AutoComplete/components/AutoCompleteContext.d.ts +2 -2
  116. package/dist/esm/Fields/AutoComplete/components/AutoCompleteEmptyState.d.ts +2 -2
  117. package/dist/esm/Fields/AutoComplete/components/DefaultOptionItem.d.ts +2 -2
  118. package/dist/esm/Fields/AutoComplete/types.d.ts +2 -2
  119. package/dist/esm/Fields/DatePicker/DateRangePicker/DateRangePicker.d.ts +2 -2
  120. package/dist/esm/Fields/DatePicker/components/Calendar.d.ts +2 -2
  121. package/dist/esm/Fields/DatePicker/components/Footer.d.ts +2 -2
  122. package/dist/esm/Fields/DatePicker/components/Modal.d.ts +0 -0
  123. package/dist/esm/Fields/DatePicker/components/Modal.js +0 -0
  124. package/dist/esm/Fields/DatePicker/components/NavBar.d.ts +2 -2
  125. package/dist/esm/Fields/DatePicker/components/SidePanel.d.ts +2 -2
  126. package/dist/esm/Fields/Field/Field.d.ts +2 -2
  127. package/dist/esm/Fields/Form/Form.d.ts +5 -5
  128. package/dist/esm/Fields/RadioGroup/RadioGroupItem.d.ts +4 -8
  129. package/dist/esm/Helpers/ClickAwayContainer/ClickAwayContainer.d.ts +4 -5
  130. package/dist/esm/Helpers/HelpUnderline/HelpUnderline.d.ts +2 -2
  131. package/dist/esm/Helpers/Medallion/Medallion.d.ts +2 -2
  132. package/dist/esm/Helpers/Separator/Separator.d.ts +2 -2
  133. package/dist/esm/Helpers/TextWrap/TextWrap.d.ts +2 -2
  134. package/dist/esm/Helpers/UserContent/UserContent.d.ts +2 -2
  135. package/dist/esm/Indicators/Banners/Alert/Alert.d.ts +2 -2
  136. package/dist/esm/Indicators/Banners/Promote/Promote.d.ts +2 -2
  137. package/dist/esm/Indicators/Banners/SystemNotification/SystemNotification.d.ts +2 -2
  138. package/dist/esm/Indicators/EmptyState/EmptyState.d.ts +2 -2
  139. package/dist/esm/Indicators/KeyboardKey/KeyboardKey.d.ts +2 -2
  140. package/dist/esm/Indicators/ProgressSpinner/ProgressSpinner.d.ts +2 -2
  141. package/dist/esm/Indicators/ScrollIndicator/ScrollIndicator.d.ts +2 -2
  142. package/dist/esm/Indicators/Skeleton/Skeleton.d.ts +2 -2
  143. package/dist/esm/Indicators/Toast/Toast.d.ts +2 -2
  144. package/dist/esm/Indicators/Toast/Toasts.d.ts +2 -2
  145. package/dist/esm/Layout/Card/components/CardHeader.d.ts +2 -2
  146. package/dist/esm/Layout/Card/components/CardTitle.d.ts +2 -2
  147. package/dist/esm/Layout/FlexGrid/FlexGrid.d.ts +2 -2
  148. package/dist/esm/Layout/Insert/Insert.d.ts +2 -2
  149. package/dist/esm/Layout/Sidebar/Sidebar.d.ts +4 -5
  150. package/dist/esm/Layout/Sidebar/SidebarButtonLink.d.ts +2 -2
  151. package/dist/esm/Layout/Sidebar/SidebarHeader.d.ts +4 -5
  152. package/dist/esm/Layout/Sidebar/SidebarHeading.d.ts +2 -2
  153. package/dist/esm/Layout/Sidebar/SidebarLink.d.ts +2 -2
  154. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/ActiveLinkIndicator.d.ts +2 -2
  155. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarGroupLink.d.ts +2 -2
  156. package/dist/esm/Layout/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +2 -2
  157. package/dist/esm/Layout/Sidebar/SidebarNav.d.ts +2 -2
  158. package/dist/esm/Layout/Tables/DataTable/components/Footer.d.ts +2 -2
  159. package/dist/esm/Layout/Tables/DataTable/components/Loader.d.ts +2 -2
  160. package/dist/esm/Layout/Tables/DataTable/types.d.ts +3 -3
  161. package/dist/esm/Layout/Tables/Table/Table.d.ts +2 -2
  162. package/dist/esm/Layout/Tables/Table/components/TableFooter.d.ts +4 -5
  163. package/dist/esm/Navigation/Pagination/CompactPagination/CompactPagination.d.ts +2 -2
  164. package/dist/esm/Navigation/Pagination/Pagination/Pagination.d.ts +2 -2
  165. package/dist/esm/Navigation/Stepper/Step.d.ts +2 -2
  166. package/dist/esm/Navigation/Stepper/Stepper.d.ts +2 -2
  167. package/dist/esm/Navigation/Tabs/ContentTabs/ContentTabs.d.ts +2 -2
  168. package/dist/esm/Navigation/Tabs/LinkTabs/LinkTabs.d.ts +2 -2
  169. package/dist/esm/Navigation/Tabs/components/LinkTab.d.ts +2 -2
  170. package/dist/esm/Overlay/Dropdown/Dropdown.d.ts +4 -5
  171. package/dist/esm/Overlay/Dropdown/components/DropdownButtonItem.d.ts +2 -2
  172. package/dist/esm/Overlay/Dropdown/components/DropdownButtonItem.js +10 -9
  173. package/dist/esm/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.d.ts +2 -2
  174. package/dist/esm/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsGroup.d.ts +2 -2
  175. package/dist/esm/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsMultiGroup.d.ts +2 -2
  176. package/dist/esm/Overlay/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItemsSingleGroup.d.ts +2 -2
  177. package/dist/esm/Overlay/Dropdown/components/DropdownFooterItem.d.ts +2 -2
  178. package/dist/esm/Overlay/Dropdown/components/DropdownLinkItem.d.ts +2 -2
  179. package/dist/esm/Overlay/Dropdown/components/DropdownLinkItem.js +11 -9
  180. package/dist/esm/Overlay/Dropdown/components/DropdownRadioItem.d.ts +3 -5
  181. package/dist/esm/Overlay/Dropdown/components/DropdownRadioItem.js +0 -3
  182. package/dist/esm/Overlay/Dropdown/components/DropdownTitle.d.ts +2 -2
  183. package/dist/esm/Overlay/Dropdown/components/DropdownToggleItem.d.ts +4 -5
  184. package/dist/esm/Overlay/Dropdown/components/DropdownToggleItem.js +0 -3
  185. package/dist/esm/Overlay/MenuButton/MenuButton.d.ts +9 -9
  186. package/dist/esm/Overlay/MenuButton/components/CustomTrigger.d.ts +2 -2
  187. package/dist/esm/Overlay/MenuButton/components/Label.d.ts +2 -2
  188. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItem.d.ts +2 -2
  189. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsGroup.d.ts +2 -2
  190. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsMultipleGroup.d.ts +2 -2
  191. package/dist/esm/Overlay/MenuButton/components/collapsible/CollapsibleItemsSingleGroup.d.ts +2 -2
  192. package/dist/esm/Overlay/MenuButton/components/items/Item.d.ts +2 -2
  193. package/dist/esm/Overlay/MenuButton/components/items/LinkItem.d.ts +2 -2
  194. package/dist/esm/Overlay/MenuButton/components/items/RadioItem.d.ts +2 -2
  195. package/dist/esm/Overlay/MenuButton/components/items/ToggleItem.d.ts +2 -2
  196. package/dist/esm/Overlay/Modal/Modal.d.ts +2 -2
  197. package/dist/esm/Overlay/Modal/components/ModalFooter.d.ts +2 -2
  198. package/dist/esm/Overlay/Modal/components/ModalSection.d.ts +2 -2
  199. package/dist/esm/Overlay/Popover/Popover.d.ts +2 -2
  200. package/dist/esm/Overlay/Tooltip/OverflowTooltipWrapper.d.ts +2 -2
  201. package/dist/esm/Overlay/Tooltip/TooltipWrapper.d.ts +2 -2
  202. package/dist/esm/Overlay/Tooltip/types.d.ts +2 -2
  203. package/dist/esm/Satellite/Satellite.d.ts +2 -2
  204. package/dist/esm/utils/isCssPropertySupported.d.ts +1 -1
  205. package/package.json +23 -22
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { DayPickerDefaultProps, DayPickerRangeProps, DayPickerSingleProps } from "react-day-picker";
3
3
  import type { WithRequiredProperty } from "../../../types";
4
4
  import type { DatePickerLocale } from "../types";
@@ -13,5 +13,5 @@ export declare type EditableYearProps = {
13
13
  export declare type DatePickerCalendarProps = Omit<Omit<DayPickerSingleProps | DayPickerRangeProps | DayPickerDefaultProps, "locale">, ExcludedDayPickerProps> & EditableYearProps & {
14
14
  locale: WithRequiredProperty<DatePickerLocale, "nextMonth" | "previousMonth">;
15
15
  };
16
- export declare const DatePickerCalendar: VFC<DatePickerCalendarProps>;
16
+ export declare const DatePickerCalendar: FC<DatePickerCalendarProps>;
17
17
  export {};
@@ -1,5 +1,5 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type DatePickerFooterProps = {
3
3
  children: ReactNode;
4
4
  };
5
- export declare const DatePickerFooter: VFC<DatePickerFooterProps>;
5
+ export declare const DatePickerFooter: FC<DatePickerFooterProps>;
File without changes
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { CaptionProps } from "react-day-picker";
3
3
  import type { WithRequiredProperty } from "../../../types";
4
4
  import type { DatePickerLocale } from "../types";
@@ -6,4 +6,4 @@ import type { EditableYearProps } from "./Calendar";
6
6
  export declare type NavBarProps = CaptionProps & EditableYearProps & {
7
7
  locale: WithRequiredProperty<DatePickerLocale, "nextMonth" | "previousMonth">;
8
8
  };
9
- export declare const NavBar: VFC<NavBarProps>;
9
+ export declare const NavBar: FC<NavBarProps>;
@@ -1,5 +1,5 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type DatePickerSidePanelProps = {
3
3
  children: ReactNode;
4
4
  };
5
- export declare const DatePickerSidePanel: VFC<DatePickerSidePanelProps>;
5
+ export declare const DatePickerSidePanel: FC<DatePickerSidePanelProps>;
@@ -1,4 +1,4 @@
1
- import { type ReactChild, type ReactNode, type VFC } from "react";
1
+ import { type FC, type ReactChild, type ReactNode } from "react";
2
2
  import type { FieldState } from "./FieldContext";
3
3
  export interface FieldProps {
4
4
  /**
@@ -49,4 +49,4 @@ export interface FieldProps {
49
49
  *
50
50
  * See the [Field documentation page](https://satellite.algolia.com/components/forms/field) for more information.
51
51
  */
52
- export declare const Field: VFC<FieldProps>;
52
+ export declare const Field: FC<FieldProps>;
@@ -1,4 +1,4 @@
1
- import type { FC, HTMLAttributes, ReactNode, VFC } from "react";
1
+ import type { FC, HTMLAttributes, PropsWithChildren, ReactNode } from "react";
2
2
  import type { ButtonProps } from "../../Actions";
3
3
  import type { AlertProps } from "../../Indicators";
4
4
  import type { FormContextField } from "./FormContext";
@@ -12,7 +12,7 @@ export interface FormErrorMessageProps extends Omit<AlertProps, "children"> {
12
12
  locale?: FormLocale;
13
13
  extraErrors?: string[];
14
14
  }
15
- export declare const FormErrorMessage: VFC<FormErrorMessageProps>;
16
- export declare const Form: FC<FormProps>;
17
- export declare const FormSubmit: FC<ButtonProps>;
18
- export declare const FormReset: FC<ButtonProps>;
15
+ export declare const FormErrorMessage: FC<FormErrorMessageProps>;
16
+ export declare const Form: FC<PropsWithChildren<FormProps>>;
17
+ export declare const FormSubmit: FC<PropsWithChildren<ButtonProps>>;
18
+ export declare const FormReset: FC<PropsWithChildren<ButtonProps>>;
@@ -1,5 +1,5 @@
1
- import type { ReactNode, VFC } from "react";
2
- export interface RadioGroupItemProps {
1
+ import type { FC, PropsWithChildren } from "react";
2
+ export declare type RadioGroupItemProps = PropsWithChildren<{
3
3
  /**
4
4
  * The value of the `RadioGroupItem`.
5
5
  */
@@ -12,9 +12,5 @@ export interface RadioGroupItemProps {
12
12
  * Whether the `RadioGroupItem` is required.
13
13
  */
14
14
  required?: boolean;
15
- /**
16
- * The children of the `RadioGroupItem`.
17
- */
18
- children?: ReactNode;
19
- }
20
- export declare const RadioGroupItem: VFC<RadioGroupItemProps>;
15
+ }>;
16
+ export declare const RadioGroupItem: FC<RadioGroupItemProps>;
@@ -1,10 +1,10 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, PropsWithChildren } from "react";
2
2
  interface ClickAwayContextType {
3
3
  registerElement(element: HTMLElement): void;
4
4
  unregisterElement(element: HTMLElement): void;
5
5
  }
6
6
  export declare const useClickAwayContext: () => ClickAwayContextType | null;
7
- export interface ClickAwayContainerProps {
7
+ export declare type ClickAwayContainerProps = PropsWithChildren<{
8
8
  /**
9
9
  * The element that should be registered in the ClickAway tree.
10
10
  * To ensure proper tracking, the element should be tracked in a way that triggers a rerender (use callback refs!)
@@ -15,8 +15,7 @@ export interface ClickAwayContainerProps {
15
15
  * happens outside of the subtree tracked by this component instance
16
16
  */
17
17
  onClickAway?(evt: Event): void;
18
- children?: ReactNode;
19
- }
18
+ }>;
20
19
  /**
21
20
  * ClickAwayContainer is a low-level, compound component. It doesn't render anything apart from its children.
22
21
  * Its goal is to construct a tree of ClickAway-able React components (e.g. nested dropdown).
@@ -28,5 +27,5 @@ export interface ClickAwayContainerProps {
28
27
  * @deprecated This component is deprecated and will be removed in a future version.
29
28
  * Please use the Popover component, which provides built-in click-away behavior and is more accessible.
30
29
  */
31
- export declare const ClickAwayContainer: VFC<ClickAwayContainerProps>;
30
+ export declare const ClickAwayContainer: FC<ClickAwayContainerProps>;
32
31
  export {};
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { TooltipWrapperProps } from "../../Overlay";
3
3
  import type { TooltipWrapperBaseProps } from "../../Overlay/Tooltip/types";
4
4
  export declare type HelpUnderlineProps = {
@@ -20,4 +20,4 @@ export declare type HelpUnderlineProps = {
20
20
  *
21
21
  * See the [Help Underline documentation page](https://satellite.algolia.com/components/misc/help-underline) for more information.
22
22
  */
23
- export declare const HelpUnderline: VFC<HelpUnderlineProps>;
23
+ export declare const HelpUnderline: FC<HelpUnderlineProps>;
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { IconComponentType } from "../../Icons";
3
3
  import type { MedallionSize, MedallionVariant } from "./types";
4
4
  export interface MedallionProps {
@@ -26,4 +26,4 @@ export interface MedallionProps {
26
26
  *
27
27
  * See the [Medallion documentation page](https://satellite.algolia.com/components/images/medallion) for more information.
28
28
  */
29
- export declare const Medallion: VFC<MedallionProps>;
29
+ export declare const Medallion: FC<MedallionProps>;
@@ -1,5 +1,5 @@
1
1
  import * as RadixSeparator from "@radix-ui/react-separator";
2
- import type { VFC } from "react";
2
+ import type { FC } from "react";
3
3
  export interface SeparatorProps {
4
4
  /**
5
5
  * The class name of the `Separator`.
@@ -20,4 +20,4 @@ export interface SeparatorProps {
20
20
  *
21
21
  * See the [Separator documentation page](https://satellite.algolia.com/components/misc/separator) for more information.
22
22
  */
23
- export declare const Separator: VFC<SeparatorProps>;
23
+ export declare const Separator: FC<SeparatorProps>;
@@ -1,4 +1,4 @@
1
- import type { HTMLAttributes, ReactNode, VFC } from "react";
1
+ import type { FC, HTMLAttributes, ReactNode } from "react";
2
2
  export interface TextWrapProps extends HTMLAttributes<HTMLSpanElement> {
3
3
  /**
4
4
  * The content of the `TextWrap`.
@@ -14,4 +14,4 @@ export interface TextWrapProps extends HTMLAttributes<HTMLSpanElement> {
14
14
  *
15
15
  * See the [Text Wrap documentation page](https://satellite.algolia.com/components/misc/text-wrap) for more information.
16
16
  */
17
- export declare const TextWrap: VFC<TextWrapProps>;
17
+ export declare const TextWrap: FC<TextWrapProps>;
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  export interface UserContentProps {
3
3
  /**
4
4
  * Whether to apply the styled content class to the `UserContent`.
@@ -19,4 +19,4 @@ export interface UserContentProps {
19
19
  *
20
20
  * See the [User Content documentation page](https://satellite.algolia.com/layouts/user-content) for more information.
21
21
  */
22
- export declare const UserContent: VFC<UserContentProps>;
22
+ export declare const UserContent: FC<UserContentProps>;
@@ -1,4 +1,4 @@
1
- import type { CSSProperties, ReactNode, VFC } from "react";
1
+ import type { CSSProperties, FC, ReactNode } from "react";
2
2
  import type { IconComponentType } from "../../../Icons";
3
3
  import type { ColorVariant } from "../../../types";
4
4
  export declare type AlertContextType = "page" | "section";
@@ -30,4 +30,4 @@ export interface AlertProps {
30
30
  *
31
31
  * See the [Alert documentation page](https://satellite.algolia.com/components/feedback/alert) for more information.
32
32
  */
33
- export declare const Alert: VFC<AlertProps>;
33
+ export declare const Alert: FC<AlertProps>;
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  declare type PromoteVariants = "large" | "compact";
3
3
  interface CompactPromoteProps {
4
4
  variant?: Extract<PromoteVariants, "compact">;
@@ -24,5 +24,5 @@ export declare type PromoteProps = {
24
24
  *
25
25
  * See the [Promote documentation page](https://satellite.algolia.com/components/feedback/promote-banner) for more information.
26
26
  */
27
- export declare const Promote: VFC<PromoteProps>;
27
+ export declare const Promote: FC<PromoteProps>;
28
28
  export {};
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  import type { IconComponentType } from "../../../Icons";
3
3
  export interface SystemNotificationProps {
4
4
  icon?: IconComponentType;
@@ -9,4 +9,4 @@ export interface SystemNotificationProps {
9
9
  *
10
10
  * See the [System Notification documentation page](https://satellite.algolia.com/components/feedback/system-notification) for more information.
11
11
  */
12
- export declare const SystemNotification: VFC<SystemNotificationProps>;
12
+ export declare const SystemNotification: FC<SystemNotificationProps>;
@@ -1,8 +1,8 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { EmptyStateProps } from "./types";
3
3
  /**
4
4
  * The `EmptyState` component informs users when there's no content or data, providing clear actions and guidance to help them proceed or populate the area.
5
5
  *
6
6
  * See the [Empty State documentation page](https://satellite.algolia.com/layouts/empty-state) for more information.
7
7
  */
8
- export declare const EmptyState: VFC<EmptyStateProps>;
8
+ export declare const EmptyState: FC<EmptyStateProps>;
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  export interface KeyboardKeyProps {
3
3
  /** @ignore */
4
4
  className?: string;
@@ -9,4 +9,4 @@ export interface KeyboardKeyProps {
9
9
  *
10
10
  * See the [Keyboard Key documentation page](https://satellite.algolia.com/components/misc/keyboard-key) for more information.
11
11
  */
12
- export declare const KeyboardKey: VFC<KeyboardKeyProps>;
12
+ export declare const KeyboardKey: FC<KeyboardKeyProps>;
@@ -1,4 +1,4 @@
1
- import type { SVGAttributes, VFC } from "react";
1
+ import type { FC, SVGAttributes } from "react";
2
2
  export declare type ProgressSpinnerAlign = "left" | "center" | "right";
3
3
  export interface ProgressSpinnerProps extends SVGAttributes<SVGSVGElement> {
4
4
  size?: number;
@@ -10,4 +10,4 @@ export interface ProgressSpinnerProps extends SVGAttributes<SVGSVGElement> {
10
10
  *
11
11
  * See the [Progress Spinner documentation page](https://satellite.algolia.com/components/feedback/progress-spinner) for more information.
12
12
  */
13
- export declare const ProgressSpinner: VFC<ProgressSpinnerProps>;
13
+ export declare const ProgressSpinner: FC<ProgressSpinnerProps>;
@@ -1,4 +1,4 @@
1
- import type { CSSProperties, ReactHTML, ReactNode, VFC } from "react";
1
+ import type { CSSProperties, FC, ReactHTML, ReactNode } from "react";
2
2
  export declare type ScrollIndicatorVariant = "light" | "dark";
3
3
  export interface ScrollIndicatorProps {
4
4
  wrapperClassName?: string;
@@ -15,4 +15,4 @@ export interface ScrollIndicatorProps {
15
15
  *
16
16
  * See the [Scroll Indicator documentation page](https://satellite.algolia.com/layouts/scroll-indicator) for more information.
17
17
  */
18
- export declare const ScrollIndicator: VFC<ScrollIndicatorProps>;
18
+ export declare const ScrollIndicator: FC<ScrollIndicatorProps>;
@@ -1,4 +1,4 @@
1
- import type { FC } from "react";
1
+ import type { FC, PropsWithChildren } from "react";
2
2
  export interface SkeletonProps {
3
3
  className?: string;
4
4
  size?: keyof typeof DEFAULT_SKELETON_SIZES;
@@ -15,5 +15,5 @@ declare const DEFAULT_SKELETON_SIZES: {
15
15
  *
16
16
  * See the [Skeleton documentation page](https://satellite.algolia.com/layouts/skeleton) for more information.
17
17
  */
18
- export declare const Skeleton: FC<SkeletonProps>;
18
+ export declare const Skeleton: FC<PropsWithChildren<SkeletonProps>>;
19
19
  export {};
@@ -1,5 +1,5 @@
1
- import type { FC, HTMLAttributes } from "react";
1
+ import type { FC, HTMLAttributes, PropsWithChildren } from "react";
2
2
  import type { Notification } from "./types";
3
3
  export declare type ToastLocale = Notification["locale"];
4
4
  export declare type ToastProps = Omit<Notification, "id" | "content" | "autoDismissAfter"> & Omit<HTMLAttributes<HTMLElement>, "title">;
5
- export declare const Toast: FC<ToastProps>;
5
+ export declare const Toast: FC<PropsWithChildren<ToastProps>>;
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { Notification } from "./types";
3
3
  export declare type ToastsLocale = {
4
4
  hotkeyLabel?: string;
@@ -17,4 +17,4 @@ export interface ToastsProps {
17
17
  *
18
18
  * See the [Toast documentation page](https://satellite.algolia.com/components/feedback/toast) for more information.
19
19
  */
20
- export declare const Toasts: VFC<ToastsProps>;
20
+ export declare const Toasts: FC<ToastsProps>;
@@ -1,5 +1,5 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type CardHeaderProps = JSX.IntrinsicElements["div"] & {
3
3
  children: ReactNode;
4
4
  };
5
- export declare const CardHeader: VFC<CardHeaderProps>;
5
+ export declare const CardHeader: FC<CardHeaderProps>;
@@ -1,7 +1,7 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  declare type Headings = "h2" | "h3" | "h4" | "h5" | "h6";
3
3
  export declare type CardTitleProps = JSX.IntrinsicElements["h2"] & {
4
4
  as?: Headings;
5
5
  };
6
- export declare const CardTitle: VFC<CardTitleProps>;
6
+ export declare const CardTitle: FC<CardTitleProps>;
7
7
  export {};
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type FlexGridDirection = "row" | "column";
3
3
  export declare type FlexGridAlignment = "leading" | "trailing" | "center" | "fill" | "baseline";
4
4
  export declare type FlexGridDistribution = "equalSpacing" | "leading" | "trailing" | "center" | "fill" | "fillEvenly";
@@ -41,4 +41,4 @@ export interface FlexGridProps {
41
41
  *
42
42
  * See the [Flex Grid documentation page](https://satellite.algolia.com/layouts/flex-grid) for more information.
43
43
  */
44
- export declare const FlexGrid: VFC<FlexGridProps>;
44
+ export declare const FlexGrid: FC<FlexGridProps>;
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  import type { BadgeVariants } from "../../Indicators";
3
3
  declare type InsertContext = {
4
4
  label: string;
@@ -15,5 +15,5 @@ export interface InsertProps {
15
15
  *
16
16
  * See the [Insert documentation page](https://satellite.algolia.com/layouts/insert) for more information.
17
17
  */
18
- export declare const Insert: VFC<InsertProps>;
18
+ export declare const Insert: FC<InsertProps>;
19
19
  export {};
@@ -1,6 +1,6 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, PropsWithChildren } from "react";
2
2
  import type { SidebarLocale, SidebarLocation, SidebarVariant } from "./types";
3
- export interface SidebarProps {
3
+ export declare type SidebarProps = PropsWithChildren<{
4
4
  id?: string;
5
5
  /** @ignore */
6
6
  className?: string;
@@ -31,11 +31,10 @@ export interface SidebarProps {
31
31
  * re-render when necessary.
32
32
  */
33
33
  location: SidebarLocation;
34
- children?: ReactNode;
35
- }
34
+ }>;
36
35
  /**
37
36
  * The `Sidebar` component is used to display a sidebar of links.
38
37
  *
39
38
  * See the [Sidebar documentation page](https://satellite.algolia.com/layouts/sidebar) for more information.
40
39
  */
41
- export declare const Sidebar: VFC<SidebarProps>;
40
+ export declare const Sidebar: FC<SidebarProps>;
@@ -1,4 +1,4 @@
1
- import type { MouseEventHandler, ReactNode, VFC } from "react";
1
+ import type { FC, MouseEventHandler, ReactNode } from "react";
2
2
  import type { IconComponentType } from "../../Icons";
3
3
  export declare type SidebarButtonLinkIcon = IconComponentType | {
4
4
  active: IconComponentType;
@@ -17,4 +17,4 @@ export interface SidebarButtonLinkProps {
17
17
  tooltipContent?: ReactNode;
18
18
  children: ReactNode;
19
19
  }
20
- export declare const SidebarButtonLink: VFC<SidebarButtonLinkProps>;
20
+ export declare const SidebarButtonLink: FC<SidebarButtonLinkProps>;
@@ -1,7 +1,6 @@
1
- import type { ReactNode, VFC } from "react";
2
- export declare type SidebarHeaderProps = {
1
+ import type { FC, PropsWithChildren } from "react";
2
+ export declare type SidebarHeaderProps = PropsWithChildren<{
3
3
  /** @ignore */
4
4
  className?: string;
5
- children?: ReactNode;
6
- };
7
- export declare const SidebarHeader: VFC<SidebarHeaderProps>;
5
+ }>;
6
+ export declare const SidebarHeader: FC<SidebarHeaderProps>;
@@ -1,8 +1,8 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type SidebarHeadingProps = {
3
3
  id?: string;
4
4
  /** @ignore */
5
5
  className?: string;
6
6
  children: ReactNode;
7
7
  };
8
- export declare const SidebarHeading: VFC<SidebarHeadingProps>;
8
+ export declare const SidebarHeading: FC<SidebarHeadingProps>;
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  import type { IconComponentType } from "../../Icons";
3
3
  export declare type SidebarLinkProps = {
4
4
  icon: IconComponentType;
@@ -6,4 +6,4 @@ export declare type SidebarLinkProps = {
6
6
  disabled?: boolean;
7
7
  children: ReactNode;
8
8
  } & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "id" | "className" | "target" | "rel" | "aria-label" | "onClick">;
9
- export declare const SidebarLink: VFC<SidebarLinkProps>;
9
+ export declare const SidebarLink: FC<SidebarLinkProps>;
@@ -1,9 +1,9 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  declare type ActiveLinkIndicatorProps = {
3
3
  /** @ignore */
4
4
  className?: string;
5
5
  activeIndex?: number;
6
6
  linksCount: number;
7
7
  };
8
- export declare const ActiveLinkIndicator: VFC<ActiveLinkIndicatorProps>;
8
+ export declare const ActiveLinkIndicator: FC<ActiveLinkIndicatorProps>;
9
9
  export {};
@@ -1,7 +1,7 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { SidebarLinksGroupLink } from "./types";
3
3
  declare type LinkProps = SidebarLinksGroupLink & {
4
4
  active: boolean;
5
5
  };
6
- export declare const SidebarGroupLink: VFC<LinkProps>;
6
+ export declare const SidebarGroupLink: FC<LinkProps>;
7
7
  export {};
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  import { type IconComponentType } from "../../../Icons";
3
3
  import type { SidebarLinksGroupLink } from "./types";
4
4
  declare type SidebarLinksGroupBaseProps = {
@@ -20,5 +20,5 @@ export declare type CollapsibleSidebarLinksGroupProps = SidebarLinksGroupBasePro
20
20
  onGroupToggle?: (open: boolean) => void;
21
21
  };
22
22
  export declare type SidebarLinksGroupProps = StaticSidebarLinksGroupProps | CollapsibleSidebarLinksGroupProps;
23
- export declare const SidebarLinksGroup: VFC<SidebarLinksGroupProps>;
23
+ export declare const SidebarLinksGroup: FC<SidebarLinksGroupProps>;
24
24
  export {};
@@ -1,4 +1,4 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, ReactNode } from "react";
2
2
  export declare type SidebarNavSpacing = "small" | "large";
3
3
  export declare type SidebarNavProps = {
4
4
  id?: string;
@@ -8,4 +8,4 @@ export declare type SidebarNavProps = {
8
8
  label: string;
9
9
  children: ReactNode;
10
10
  };
11
- export declare const SidebarNav: VFC<SidebarNavProps>;
11
+ export declare const SidebarNav: FC<SidebarNavProps>;
@@ -1,7 +1,7 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { DataConfiguration, PaginationConfiguration } from "../types";
3
3
  export interface DataTableFooterProps {
4
4
  pagination: PaginationConfiguration;
5
5
  onChange(dataConfiguration: DataConfiguration): void;
6
6
  }
7
- export declare const DataTableFooter: VFC<DataTableFooterProps>;
7
+ export declare const DataTableFooter: FC<DataTableFooterProps>;
@@ -1,8 +1,8 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { DataTableLocale } from "../DataTable";
3
3
  export interface DataTableLoaderProps {
4
4
  /** @ignore */
5
5
  className?: string;
6
6
  locale: Required<DataTableLocale>;
7
7
  }
8
- export declare const DataTableLoader: VFC<DataTableLoaderProps>;
8
+ export declare const DataTableLoader: FC<DataTableLoaderProps>;
@@ -1,4 +1,4 @@
1
- import type { ComponentType } from "react";
1
+ import type { ComponentType, PropsWithChildren } from "react";
2
2
  export declare type Status = "loading" | "error" | "success";
3
3
  export declare type SelectMode = "single" | "multi" | "none";
4
4
  export declare type SortingDirection = "asc" | "desc" | "none";
@@ -37,8 +37,8 @@ export interface AdvancedColumnDefinition<Item> {
37
37
  /** A string or a function which determines how to get the column data */
38
38
  accessor: string | ((item: Item) => any);
39
39
  sort?: boolean;
40
- Header?: ComponentType<HeaderProps<Item>> | string | false;
41
- Cell?: ComponentType<CellProps<Item>>;
40
+ Header?: ComponentType<PropsWithChildren<HeaderProps<Item>>> | string | false;
41
+ Cell?: ComponentType<PropsWithChildren<CellProps<Item>>>;
42
42
  /** @ignore */
43
43
  className?: string;
44
44
  }
@@ -1,4 +1,4 @@
1
- import type { DetailedHTMLProps, ReactNode, TableHTMLAttributes, VFC } from "react";
1
+ import type { DetailedHTMLProps, FC, ReactNode, TableHTMLAttributes } from "react";
2
2
  export declare type DisplayMode = "comfortable" | "compact";
3
3
  export interface TableProps extends DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement> {
4
4
  footer?: ReactNode;
@@ -12,4 +12,4 @@ export interface TableProps extends DetailedHTMLProps<TableHTMLAttributes<HTMLTa
12
12
  *
13
13
  * See the [Table documentation page](https://satellite.algolia.com/layouts/table) for more information.
14
14
  */
15
- export declare const Table: VFC<TableProps>;
15
+ export declare const Table: FC<TableProps>;
@@ -1,7 +1,6 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { FC, PropsWithChildren } from "react";
2
2
  export declare type FooterSizes = "default" | "small";
3
- export interface FooterProps {
3
+ export declare type FooterProps = PropsWithChildren<{
4
4
  size?: FooterSizes;
5
- children?: ReactNode;
6
- }
7
- export declare const TableFooter: VFC<FooterProps>;
5
+ }>;
6
+ export declare const TableFooter: FC<FooterProps>;
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  export declare type CompactPaginationLabel = "complete" | "compact" | "none";
3
3
  export declare type CompactPaginationLocale = {
4
4
  goToFirstPage?: string;
@@ -32,5 +32,5 @@ export declare const isIndeterminateCompactPaginationProps: (props: CompactPagin
32
32
  *
33
33
  * See the [Compact Pagination documentation page](https://satellite.algolia.com/components/navigation/compact-pagination) for more information.
34
34
  */
35
- export declare const CompactPagination: VFC<CompactPaginationProps>;
35
+ export declare const CompactPagination: FC<CompactPaginationProps>;
36
36
  export {};
@@ -1,4 +1,4 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  export declare type PaginationLocale = {
3
3
  goToPage?(page: number): string;
4
4
  goToNextPage?: string;
@@ -16,4 +16,4 @@ export interface PaginationProps {
16
16
  *
17
17
  * See the [Pagination documentation page](https://satellite.algolia.com/components/navigation/pagination) for more information.
18
18
  */
19
- export declare const Pagination: VFC<PaginationProps>;
19
+ export declare const Pagination: FC<PaginationProps>;
@@ -1,6 +1,6 @@
1
- import { type HTMLAttributes, type VFC } from "react";
1
+ import { type FC, type HTMLAttributes } from "react";
2
2
  import type { BaseStep } from "./types";
3
3
  export declare type StepProps = BaseStep & HTMLAttributes<HTMLLIElement> & {
4
4
  index: number;
5
5
  };
6
- export declare const Step: VFC<StepProps>;
6
+ export declare const Step: FC<StepProps>;
@@ -1,4 +1,4 @@
1
- import type { HTMLAttributes, VFC } from "react";
1
+ import type { FC, HTMLAttributes } from "react";
2
2
  import type { BaseStep } from "./types";
3
3
  export declare type StepperLocale = {
4
4
  disabledStep?: string | ((stepName: string) => string);
@@ -44,4 +44,4 @@ export interface StepperProps extends Omit<HTMLAttributes<HTMLDivElement>, "chil
44
44
  */
45
45
  locale?: StepperLocale;
46
46
  }
47
- export declare const Stepper: VFC<StepperProps>;
47
+ export declare const Stepper: FC<StepperProps>;
@@ -1,3 +1,3 @@
1
- import type { VFC } from "react";
1
+ import type { FC } from "react";
2
2
  import type { ContentTabsProps } from "../types";
3
- export declare const ContentTabs: VFC<ContentTabsProps>;
3
+ export declare const ContentTabs: FC<ContentTabsProps>;