diff --git a/packages/plasma-b2c/api/plasma-b2c.api.md b/packages/plasma-b2c/api/plasma-b2c.api.md index dfe910be29..9cb9adc88d 100644 --- a/packages/plasma-b2c/api/plasma-b2c.api.md +++ b/packages/plasma-b2c/api/plasma-b2c.api.md @@ -40,6 +40,8 @@ import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components'; import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types'; +import { BaseTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types'; +import { BaseTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types'; import { BasicProps } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types'; import { BlurProps } from '@salutejs/plasma-core'; import { blurs } from '@salutejs/plasma-core'; @@ -100,10 +102,10 @@ import { convertRoundnessMatrix } from '@salutejs/plasma-core'; import { CounterProps } from '@salutejs/plasma-new-hope/styled-components'; import { counterTokens } from '@salutejs/plasma-new-hope/styled-components'; import { CustomComboboxProps } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types'; +import { CustomHorizontalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types'; import { CustomPopoverProps } from '@salutejs/plasma-new-hope/types/components/Popover/Popover.types'; -import { CustomTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/ui/TabItem/TabItem.types'; -import { CustomTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/ui/Tabs/Tabs.types'; import { CustomToastProps } from '@salutejs/plasma-new-hope/types/components/Toast/Toast.types'; +import { CustomVerticalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types'; import { DateInfo } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types'; import { DatePickerCalendarProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types'; import { datePickerClasses } from '@salutejs/plasma-new-hope/styled-components'; @@ -273,11 +275,9 @@ import { SubtitleProps } from '@salutejs/plasma-new-hope/styled-components'; import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components'; import { SyntheticEvent } from 'react'; import { syntheticFocus } from '@salutejs/plasma-core'; -import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components'; import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components'; import { TabsContext } from '@salutejs/plasma-new-hope/styled-components'; import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components'; -import { TabsProps } from '@salutejs/plasma-new-hope/styled-components'; import { TextareaHTMLAttributes } from '@salutejs/plasma-core'; import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope'; import { TextareaResize } from '@salutejs/plasma-core'; @@ -3317,15 +3317,17 @@ export type SwitchProps = ComponentProps; export { syntheticFocus } +// Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts +// // @public -export const TabItem: ForwardRefExoticComponent & AsProps_2 & CustomTabItemProps & RefAttributes>; - -export { TabItemProps } +export const TabItem: (props: TabItemProps) => JSX.Element; export { TabItemRefs } +// Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts +// // @public -export const Tabs: ForwardRefExoticComponent & AsProps_2 & CustomTabsProps & RefAttributes>; +export const Tabs: (props: TabsProps) => JSX.Element; export { TabsContext } @@ -3334,8 +3336,6 @@ export const TabsController: ForwardRefExoticComponent>; diff --git a/packages/plasma-web/api/plasma-web.api.md b/packages/plasma-web/api/plasma-web.api.md index 7612730706..360c78e405 100644 --- a/packages/plasma-web/api/plasma-web.api.md +++ b/packages/plasma-web/api/plasma-web.api.md @@ -40,6 +40,8 @@ import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components'; import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types'; +import { BaseTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types'; +import { BaseTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types'; import { BasicProps } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types'; import { BlurProps } from '@salutejs/plasma-core'; import { blurs } from '@salutejs/plasma-core'; @@ -100,10 +102,10 @@ import { convertRoundnessMatrix } from '@salutejs/plasma-core'; import { CounterProps } from '@salutejs/plasma-new-hope/styled-components'; import { counterTokens } from '@salutejs/plasma-new-hope/styled-components'; import { CustomComboboxProps } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types'; +import { CustomHorizontalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types'; import { CustomPopoverProps } from '@salutejs/plasma-new-hope/types/components/Popover/Popover.types'; -import { CustomTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/ui/TabItem/TabItem.types'; -import { CustomTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/ui/Tabs/Tabs.types'; import { CustomToastProps } from '@salutejs/plasma-new-hope/types/components/Toast/Toast.types'; +import { CustomVerticalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types'; import { DateInfo } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types'; import { DatePickerCalendarProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types'; import { datePickerClasses } from '@salutejs/plasma-new-hope/styled-components'; @@ -273,11 +275,9 @@ import { SubtitleProps } from '@salutejs/plasma-new-hope/styled-components'; import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components'; import { SyntheticEvent } from 'react'; import { syntheticFocus } from '@salutejs/plasma-core'; -import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components'; import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components'; import { TabsContext } from '@salutejs/plasma-new-hope/styled-components'; import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components'; -import { TabsProps } from '@salutejs/plasma-new-hope/styled-components'; import { TextareaHTMLAttributes } from '@salutejs/plasma-core'; import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope'; import { TextareaResize } from '@salutejs/plasma-core'; @@ -3319,15 +3319,17 @@ export type SwitchProps = ComponentProps; export { syntheticFocus } +// Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts +// // @public -export const TabItem: ForwardRefExoticComponent & AsProps_2 & CustomTabItemProps & RefAttributes>; - -export { TabItemProps } +export const TabItem: (props: TabItemProps) => JSX.Element; export { TabItemRefs } +// Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts +// // @public -export const Tabs: ForwardRefExoticComponent & AsProps_2 & CustomTabsProps & RefAttributes>; +export const Tabs: (props: TabsProps) => JSX.Element; export { TabsContext } @@ -3336,8 +3338,6 @@ export const TabsController: ForwardRefExoticComponent>; diff --git a/packages/sdds-cs/api/sdds-cs.api.md b/packages/sdds-cs/api/sdds-cs.api.md index 2478a95301..f911a0f662 100644 --- a/packages/sdds-cs/api/sdds-cs.api.md +++ b/packages/sdds-cs/api/sdds-cs.api.md @@ -20,6 +20,8 @@ import { BaseboxProps } from '@salutejs/plasma-new-hope/styled-components'; import { BaseCallbackChangeInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types'; +import { BaseTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types'; +import { BaseTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types'; import { BasicProps } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types'; import { bodyL } from '@salutejs/sdds-themes/tokens'; import { bodyLBold } from '@salutejs/sdds-themes/tokens'; @@ -63,10 +65,10 @@ import { ColSizeProps } from '@salutejs/plasma-new-hope/styled-components'; import { ComponentProps } from 'react'; import { CounterProps } from '@salutejs/plasma-new-hope/styled-components'; import { counterTokens } from '@salutejs/plasma-new-hope/styled-components'; +import { CustomHorizontalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types'; import { CustomPopoverProps } from '@salutejs/plasma-new-hope/types/components/Popover/Popover.types'; -import { CustomTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/ui/TabItem/TabItem.types'; -import { CustomTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/ui/Tabs/Tabs.types'; import { CustomToastProps } from '@salutejs/plasma-new-hope/types/components/Toast/Toast.types'; +import { CustomVerticalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types'; import { DateInfo } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types'; import { DatePickerCalendarProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types'; import { datePickerClasses } from '@salutejs/plasma-new-hope/styled-components'; @@ -184,11 +186,9 @@ import { StepItemProps } from '@salutejs/plasma-new-hope/styled-components'; import { StepsProps } from '@salutejs/plasma-new-hope/types/components/Steps/Steps.types'; import { StyledComponent } from 'styled-components'; import { SwitchProps as SwitchProps_2 } from '@salutejs/plasma-new-hope/styled-components'; -import { TabItemProps } from '@salutejs/plasma-new-hope/styled-components'; import { TabItemRefs } from '@salutejs/plasma-new-hope/styled-components'; import { TabsContext } from '@salutejs/plasma-new-hope/styled-components'; import { TabsControllerProps } from '@salutejs/plasma-new-hope/styled-components'; -import { TabsProps } from '@salutejs/plasma-new-hope/styled-components'; import { TextareaHTMLAttributes } from '@salutejs/plasma-new-hope/types/types'; import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types'; import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; @@ -2521,57 +2521,17 @@ true: PolymorphicClassName; // @public (undocumented) export type SwitchProps = ComponentProps; +// Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts +// // @public -export const TabItem: FunctionComponent & ButtonHTMLAttributes & AsProps & CustomTabItemProps & RefAttributes>; - -export { TabItemProps } +export const TabItem: (props: TabItemProps) => JSX.Element; export { TabItemRefs } +// Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts +// // @public -export const Tabs: FunctionComponent & HTMLAttributes & AsProps & CustomTabsProps & RefAttributes>; +export const Tabs: (props: TabsProps) => JSX.Element; export { TabsContext } @@ -2580,8 +2540,6 @@ export const TabsController: ForwardRefExoticComponent; +// Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts +// // @public -export const TabItem: FunctionComponent & ButtonHTMLAttributes & AsProps & CustomTabItemProps & RefAttributes>; - -export { TabItemProps } +export const TabItem: (props: TabItemProps) => JSX.Element; export { TabItemRefs } +// Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts +// // @public -export const Tabs: FunctionComponent & HTMLAttributes & AsProps & CustomTabsProps & RefAttributes>; +export const Tabs: (props: TabsProps) => JSX.Element; export { TabsContext } @@ -2677,8 +2629,6 @@ export const TabsController: ForwardRefExoticComponent; +// Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts +// // @public -export const TabItem: FunctionComponent & ButtonHTMLAttributes & AsProps & CustomTabItemProps & RefAttributes>; - -export { TabItemProps } +export const TabItem: (props: TabItemProps) => JSX.Element; export { TabItemRefs } +// Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts +// // @public -export const Tabs: FunctionComponent & HTMLAttributes & AsProps & CustomTabsProps & RefAttributes>; +export const Tabs: (props: TabsProps) => JSX.Element; export { TabsContext } @@ -2771,8 +2723,6 @@ export const TabsController: ForwardRefExoticComponent; +// Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts +// // @public -export const TabItem: FunctionComponent & ButtonHTMLAttributes & AsProps & CustomTabItemProps & RefAttributes>; - -export { TabItemProps } +export const TabItem: (props: TabItemProps) => JSX.Element; export { TabItemRefs } +// Warning: (ae-forgotten-export) The symbol "TabsProps" needs to be exported by the entry point index.d.ts +// // @public -export const Tabs: FunctionComponent & HTMLAttributes & AsProps & CustomTabsProps & RefAttributes>; +export const Tabs: (props: TabsProps) => JSX.Element; export { TabsContext } @@ -2771,8 +2723,6 @@ export const TabsController: ForwardRefExoticComponent