From 0b2112e2bdec639ce3bd9c262763851c2d3af2a7 Mon Sep 17 00:00:00 2001 From: Vladislav Denisov Date: Mon, 24 Jun 2024 13:17:07 +0300 Subject: [PATCH] docs(plasma-b2c, plasma-web, sdds-serv): api reports regenerated --- packages/plasma-b2c/api/plasma-b2c.api.md | 8 ++++++-- packages/plasma-web/api/plasma-web.api.md | 8 ++++++-- packages/sdds-serv/api/sdds-serv.api.md | 22 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/packages/plasma-b2c/api/plasma-b2c.api.md b/packages/plasma-b2c/api/plasma-b2c.api.md index 37e1aec675..2532578c8e 100644 --- a/packages/plasma-b2c/api/plasma-b2c.api.md +++ b/packages/plasma-b2c/api/plasma-b2c.api.md @@ -240,7 +240,7 @@ 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 { TextAreaProps } from '@salutejs/plasma-hope'; +import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope'; import { TextareaResize } from '@salutejs/plasma-core'; import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types'; import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types'; @@ -1993,7 +1993,11 @@ export const TextArea: ForwardRefExoticComponent & TextareaHTMLAttributes & TextAreaPropsExtends & RefAttributes>; + // @public export const TextField: FunctionComponent