Skip to content

Commit

Permalink
docs(): api reports regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
denivladislav committed Oct 9, 2024
1 parent 9628928 commit 4c6e32d
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 252 deletions.
20 changes: 10 additions & 10 deletions packages/plasma-b2c/api/plasma-b2c.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -3317,15 +3317,17 @@ export type SwitchProps = ComponentProps<typeof SwitchComponent>;

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<ButtonHTMLAttributes<HTMLButtonElement> & AsProps_2<any> & CustomTabItemProps & RefAttributes<HTMLDivElement>>;

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<HTMLAttributes<HTMLDivElement> & AsProps_2<any> & CustomTabsProps & RefAttributes<HTMLDivElement>>;
export const Tabs: (props: TabsProps) => JSX.Element;

export { TabsContext }

Expand All @@ -3334,8 +3336,6 @@ export const TabsController: ForwardRefExoticComponent<TabsControllerProps & Ref

export { TabsControllerProps }

export { TabsProps }

// @public
export const TextArea: ForwardRefExoticComponent<TextAreaProps & RefAttributes<HTMLTextAreaElement>>;

Expand Down
20 changes: 10 additions & 10 deletions packages/plasma-web/api/plasma-web.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -3319,15 +3319,17 @@ export type SwitchProps = ComponentProps<typeof SwitchComponent>;

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<ButtonHTMLAttributes<HTMLButtonElement> & AsProps_2<any> & CustomTabItemProps & RefAttributes<HTMLDivElement>>;

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<HTMLAttributes<HTMLDivElement> & AsProps_2<any> & CustomTabsProps & RefAttributes<HTMLDivElement>>;
export const Tabs: (props: TabsProps) => JSX.Element;

export { TabsContext }

Expand All @@ -3336,8 +3338,6 @@ export const TabsController: ForwardRefExoticComponent<TabsControllerProps & Ref

export { TabsControllerProps }

export { TabsProps }

// @public
export const TextArea: ForwardRefExoticComponent<TextAreaProps & RefAttributes<HTMLTextAreaElement>>;

Expand Down
62 changes: 10 additions & 52 deletions packages/sdds-cs/api/sdds-cs.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down Expand Up @@ -2521,57 +2521,17 @@ true: PolymorphicClassName;
// @public (undocumented)
export type SwitchProps = ComponentProps<typeof SwitchComponent>;

// Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts
//
// @public
export const TabItem: FunctionComponent<PropsType< {
view: {
clear: PolymorphicClassName;
secondary: PolymorphicClassName;
divider: PolymorphicClassName;
default: PolymorphicClassName;
};
size: {
s: PolymorphicClassName;
};
disabled: {
true: PolymorphicClassName;
};
pilled: {
true: PolymorphicClassName;
};
}> & ButtonHTMLAttributes<HTMLButtonElement> & AsProps<any> & CustomTabItemProps & RefAttributes<HTMLDivElement>>;

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<PropsType< {
view: {
clear: PolymorphicClassName;
filled: PolymorphicClassName;
divider: PolymorphicClassName;
};
size: {
xs: PolymorphicClassName;
s: PolymorphicClassName;
m: PolymorphicClassName;
l: PolymorphicClassName;
h5: PolymorphicClassName;
h4: PolymorphicClassName;
h3: PolymorphicClassName;
h2: PolymorphicClassName;
h1: PolymorphicClassName;
};
stretch: {
true: PolymorphicClassName;
};
disabled: {
true: PolymorphicClassName;
};
pilled: {
true: PolymorphicClassName;
};
}> & HTMLAttributes<HTMLDivElement> & AsProps<any> & CustomTabsProps & RefAttributes<HTMLDivElement>>;
export const Tabs: (props: TabsProps) => JSX.Element;

export { TabsContext }

Expand All @@ -2580,8 +2540,6 @@ export const TabsController: ForwardRefExoticComponent<TabsControllerProps & Ref

export { TabsControllerProps }

export { TabsProps }

// @public
export const TextArea: FunctionComponent<PropsType< {
size: {
Expand Down
70 changes: 10 additions & 60 deletions packages/sdds-dfa/api/sdds-dfa.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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';
Expand Down Expand Up @@ -59,10 +61,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';
Expand Down Expand Up @@ -175,11 +177,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 { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
Expand Down Expand Up @@ -2610,65 +2610,17 @@ true: PolymorphicClassName;
// @public (undocumented)
export type SwitchProps = ComponentProps<typeof SwitchComponent>;

// Warning: (ae-forgotten-export) The symbol "TabItemProps" needs to be exported by the entry point index.d.ts
//
// @public
export const TabItem: FunctionComponent<PropsType< {
view: {
clear: PolymorphicClassName;
secondary: PolymorphicClassName;
divider: PolymorphicClassName;
default: PolymorphicClassName;
};
size: {
xs: PolymorphicClassName;
s: PolymorphicClassName;
m: PolymorphicClassName;
l: PolymorphicClassName;
h5: PolymorphicClassName;
h4: PolymorphicClassName;
h3: PolymorphicClassName;
h2: PolymorphicClassName;
h1: PolymorphicClassName;
};
disabled: {
true: PolymorphicClassName;
};
pilled: {
true: PolymorphicClassName;
};
}> & ButtonHTMLAttributes<HTMLButtonElement> & AsProps<any> & CustomTabItemProps & RefAttributes<HTMLDivElement>>;

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<PropsType< {
view: {
clear: PolymorphicClassName;
filled: PolymorphicClassName;
divider: PolymorphicClassName;
};
size: {
xs: PolymorphicClassName;
s: PolymorphicClassName;
m: PolymorphicClassName;
l: PolymorphicClassName;
h5: PolymorphicClassName;
h4: PolymorphicClassName;
h3: PolymorphicClassName;
h2: PolymorphicClassName;
h1: PolymorphicClassName;
};
stretch: {
true: PolymorphicClassName;
};
disabled: {
true: PolymorphicClassName;
};
pilled: {
true: PolymorphicClassName;
};
}> & HTMLAttributes<HTMLDivElement> & AsProps<any> & CustomTabsProps & RefAttributes<HTMLDivElement>>;
export const Tabs: (props: TabsProps) => JSX.Element;

export { TabsContext }

Expand All @@ -2677,8 +2629,6 @@ export const TabsController: ForwardRefExoticComponent<TabsControllerProps & Ref

export { TabsControllerProps }

export { TabsProps }

// @public
export const TextArea: FunctionComponent<PropsType< {
size: {
Expand Down
Loading

0 comments on commit 4c6e32d

Please sign in to comment.