Skip to content

Commit

Permalink
docs(plasma-web, plasma-b2c, caldera-online, sdds-serv): api reports …
Browse files Browse the repository at this point in the history
…regenerated
  • Loading branch information
denivladislav committed Jun 3, 2024
1 parent 2a456ba commit 910e957
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/caldera-online/api/caldera-online.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ import { RefAttributes } from 'react';
import { SegmentGroupProps } from '@salutejs/plasma-new-hope/styled-components';
import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
import { SpacingProps } from '@salutejs/plasma-new-hope/styled-components';
import { SSRProvider } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -538,6 +540,17 @@ export { SegmentItemProps }

export { SegmentProvider }

// @public
export const Sheet: FunctionComponent<PropsType< {
view: {
default: string;
};
}> & SheetProps & RefAttributes<HTMLDivElement>>;

export { sheetClasses }

export { SheetProps }

export { ShowToastArgs }

// @public
Expand Down
13 changes: 13 additions & 0 deletions packages/plasma-b2c/api/plasma-b2c.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ import { SelectProps } from '@salutejs/plasma-hope';
import { selectText } from '@salutejs/plasma-hope';
import { setRef } from '@salutejs/plasma-core';
import { shadows } from '@salutejs/plasma-core';
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
import { ShiftProps } from '@salutejs/plasma-core';
import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
import { SingleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -1815,6 +1817,17 @@ export { setRef }

export { shadows }

// @public
export const Sheet: FunctionComponent<PropsType< {
view: {
default: string;
};
}> & SheetProps & RefAttributes<HTMLDivElement>>;

export { sheetClasses }

export { SheetProps }

export { ShiftProps }

export { ShowToastArgs }
Expand Down
13 changes: 13 additions & 0 deletions packages/plasma-web/api/plasma-web.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ import { SelectProps } from '@salutejs/plasma-hope';
import { selectText } from '@salutejs/plasma-hope';
import { setRef } from '@salutejs/plasma-core';
import { shadows } from '@salutejs/plasma-core';
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
import { ShiftProps } from '@salutejs/plasma-core';
import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
import { SingleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -1817,6 +1819,17 @@ export { setRef }

export { shadows }

// @public
export const Sheet: FunctionComponent<PropsType< {
view: {
default: string;
};
}> & SheetProps & RefAttributes<HTMLDivElement>>;

export { sheetClasses }

export { SheetProps }

export { ShiftProps }

export { ShowToastArgs }
Expand Down
13 changes: 13 additions & 0 deletions packages/sdds-serv/api/sdds-serv.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ import { SegmentItemProps } from '@salutejs/plasma-new-hope/styled-components';
import { SegmentProvider } from '@salutejs/plasma-new-hope/styled-components';
import { SelectPrimitiveValue } from '@salutejs/plasma-new-hope/styled-components';
import { SelectProps } from '@salutejs/plasma-new-hope/styled-components';
import { sheetClasses } from '@salutejs/plasma-new-hope/styled-components';
import { SheetProps } from '@salutejs/plasma-new-hope/styled-components';
import { ShowToastArgs } from '@salutejs/plasma-new-hope/styled-components';
import { SingleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
import { SliderProps } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -1325,6 +1327,17 @@ export { SelectPrimitiveValue }

export { SelectProps }

// @public
export const Sheet: FunctionComponent<PropsType< {
view: {
default: string;
};
}> & SheetProps & RefAttributes<HTMLDivElement>>;

export { sheetClasses }

export { SheetProps }

export { ShowToastArgs }

// @public
Expand Down

0 comments on commit 910e957

Please sign in to comment.