Skip to content

Commit

Permalink
feat(plasma): part 21
Browse files Browse the repository at this point in the history
  • Loading branch information
shuga2704 committed Dec 23, 2024
1 parent f0c7532 commit a73db9d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion packages/plasma-b2c/api/plasma-b2c.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components';
import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components';
import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components';
import { transformStyles } from '@salutejs/plasma-core';
import { TreeProps } from '@salutejs/plasma-new-hope/types/components/Tree/Tree.types';
import { TypographyOldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld';
import { TypographyVariants } from '@salutejs/plasma-new-hope/types/components/Editable/Editable.types';
import { Upload } from '@salutejs/plasma-hope';
Expand Down Expand Up @@ -4429,7 +4430,7 @@ m: PolymorphicClassName;
s: PolymorphicClassName;
xs: PolymorphicClassName;
};
}> & (HTMLAttributes<HTMLElement> | HTMLAttributesWithoutOnChange<HTMLElement> | HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement>)>;
}> & TreeProps & RefAttributes<HTMLDivElement>>;

// @public (undocumented)
export const Underline: FunctionComponent<PropsType< {
Expand Down
3 changes: 2 additions & 1 deletion packages/plasma-web/api/plasma-web.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components';
import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components';
import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components';
import { transformStyles } from '@salutejs/plasma-core';
import { TreeProps } from '@salutejs/plasma-new-hope/types/components/Tree/Tree.types';
import { TypographyOldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Old/TypographyOld';
import { TypographyVariants } from '@salutejs/plasma-new-hope/types/components/Editable/Editable.types';
import { Upload } from '@salutejs/plasma-hope';
Expand Down Expand Up @@ -4428,7 +4429,7 @@ m: PolymorphicClassName;
s: PolymorphicClassName;
xs: PolymorphicClassName;
};
}> & (HTMLAttributes<HTMLElement> | HTMLAttributesWithoutOnChange<HTMLElement> | HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement>)>;
}> & TreeProps & RefAttributes<HTMLDivElement>>;

// @public (undocumented)
export const Underline: FunctionComponent<PropsType< {
Expand Down
3 changes: 2 additions & 1 deletion packages/sdds-cs/api/sdds-cs.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ import { ToastRole } from '@salutejs/plasma-new-hope/styled-components';
import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components';
import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components';
import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components';
import { TreeProps } from '@salutejs/plasma-new-hope/types/components/Tree/Tree.types';
import { usePopupContext } from '@salutejs/plasma-new-hope/styled-components';
import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
import { useToast } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -3896,7 +3897,7 @@ m: PolymorphicClassName;
s: PolymorphicClassName;
xs: PolymorphicClassName;
};
}> & (HTMLAttributes<HTMLElement> | HTMLAttributesWithoutOnChange<HTMLElement> | HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement>)>;
}> & TreeProps & RefAttributes<HTMLDivElement>>;

export { usePopupContext }

Expand Down
5 changes: 2 additions & 3 deletions packages/sdds-dfa/api/sdds-dfa.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ import { h4Bold } from '@salutejs/sdds-themes/tokens';
import { h5 } from '@salutejs/sdds-themes/tokens';
import { h5Bold } from '@salutejs/sdds-themes/tokens';
import { HTMLAttributes } from 'react';
import { HTMLAttributesWithoutOnChange } from '@salutejs/plasma-new-hope/types/engines/types';
import { HTMLAttributesWithoutOnChangeAndDefaultValue } from '@salutejs/plasma-new-hope/types/engines/types';
import { ImageProps } from '@salutejs/plasma-new-hope/styled-components';
import { ImgHTMLAttributes } from 'react';
import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -225,6 +223,7 @@ import { ToastRole } from '@salutejs/plasma-new-hope/styled-components';
import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components';
import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components';
import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components';
import { TreeProps } from '@salutejs/plasma-new-hope/types/components/Tree/Tree.types';
import { usePopupContext } from '@salutejs/plasma-new-hope/styled-components';
import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
import { useToast } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -4135,7 +4134,7 @@ m: PolymorphicClassName;
s: PolymorphicClassName;
xs: PolymorphicClassName;
};
}> & (HTMLAttributes<HTMLElement> | HTMLAttributesWithoutOnChange<HTMLElement> | HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement>)>;
}> & TreeProps & RefAttributes<HTMLDivElement>>;

export { usePopupContext }

Expand Down
3 changes: 2 additions & 1 deletion packages/sdds-finportal/api/sdds-finportal.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ import { ToastRole } from '@salutejs/plasma-new-hope/styled-components';
import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components';
import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components';
import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components';
import { TreeProps } from '@salutejs/plasma-new-hope/types/components/Tree/Tree.types';
import { usePopupContext } from '@salutejs/plasma-new-hope/styled-components';
import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
import { useToast } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -4229,7 +4230,7 @@ m: PolymorphicClassName;
s: PolymorphicClassName;
xs: PolymorphicClassName;
};
}> & (HTMLAttributes<HTMLElement> | HTMLAttributesWithoutOnChange<HTMLElement> | HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement>)>;
}> & TreeProps & RefAttributes<HTMLDivElement>>;

export { usePopupContext }

Expand Down
3 changes: 2 additions & 1 deletion packages/sdds-insol/api/sdds-insol.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ import { ToastRole } from '@salutejs/plasma-new-hope/styled-components';
import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components';
import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components';
import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components';
import { TreeProps } from '@salutejs/plasma-new-hope/types/components/Tree/Tree.types';
import { usePopupContext } from '@salutejs/plasma-new-hope/styled-components';
import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
import { useToast } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -4283,7 +4284,7 @@ m: PolymorphicClassName;
s: PolymorphicClassName;
xs: PolymorphicClassName;
};
}> & (HTMLAttributes<HTMLElement> | HTMLAttributesWithoutOnChange<HTMLElement> | HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement>)>;
}> & TreeProps & RefAttributes<HTMLDivElement>>;

export { usePopupContext }

Expand Down
3 changes: 2 additions & 1 deletion packages/sdds-serv/api/sdds-serv.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ import { ToastRole } from '@salutejs/plasma-new-hope/styled-components';
import { ToolbarProps } from '@salutejs/plasma-new-hope/styled-components';
import { toolbarTokens } from '@salutejs/plasma-new-hope/styled-components';
import { TooltipProps } from '@salutejs/plasma-new-hope/styled-components';
import { TreeProps } from '@salutejs/plasma-new-hope/types/components/Tree/Tree.types';
import { usePopupContext } from '@salutejs/plasma-new-hope/styled-components';
import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
import { useToast } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -4272,7 +4273,7 @@ m: PolymorphicClassName;
s: PolymorphicClassName;
xs: PolymorphicClassName;
};
}> & (HTMLAttributes<HTMLElement> | HTMLAttributesWithoutOnChange<HTMLElement> | HTMLAttributesWithoutOnChangeAndDefaultValue<HTMLElement>)>;
}> & TreeProps & RefAttributes<HTMLDivElement>>;

export { usePopupContext }

Expand Down

0 comments on commit a73db9d

Please sign in to comment.