Skip to content

Commit

Permalink
feat(plasma-hope): Remove Radiobox component
Browse files Browse the repository at this point in the history
  • Loading branch information
neretin-trike committed Sep 28, 2023
1 parent c72e49b commit 189282f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 515 deletions.
25 changes: 0 additions & 25 deletions packages/plasma-hope/api/plasma-hope.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { AsProps } from '@salutejs/plasma-core';
import { BadgeProps as BadgeProps_2 } from '@salutejs/plasma-core';
import { BadgeSize } from '@salutejs/plasma-core';
import { badgeSizes } from '@salutejs/plasma-core';
import type { BaseboxProps } from '@salutejs/plasma-core';
import { BlurProps } from '@salutejs/plasma-core';
import { blurs } from '@salutejs/plasma-core';
import { Body1 } from '@salutejs/plasma-core';
Expand Down Expand Up @@ -489,16 +488,6 @@ export interface CellProps {
description: string;
}

// @public
export const Checkbox: React_2.ForwardRefExoticComponent<CheckboxProps & React_2.RefAttributes<HTMLInputElement>>;

// Warning: (ae-forgotten-export) The symbol "SizeProps" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export interface CheckboxProps extends Omit<BaseboxProps, 'size'>, Partial<SizeProps> {
indeterminate?: boolean;
}

// @public (undocumented)
export function clearSelection(): void;

Expand Down Expand Up @@ -1056,20 +1045,6 @@ export interface ProgressProps {
value: number;
}

// @public
export const Radiobox: React_2.ForwardRefExoticComponent<RadioboxProps & React_2.RefAttributes<HTMLInputElement>>;

// Warning: (ae-forgotten-export) The symbol "SizeProps_2" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export interface RadioboxProps extends Omit<BaseboxProps, 'size'>, Partial<SizeProps_2> {
}

// Warning: (ae-forgotten-export) The symbol "RadioGroupProps" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const RadioGroup: React_2.ForwardRefExoticComponent<RadioGroupProps & React_2.RefAttributes<HTMLInputElement>>;

export { radiuses }

export { Ratio }
Expand Down
16 changes: 0 additions & 16 deletions packages/plasma-hope/src/components/Checkbox/Checkbox.props.tsx

This file was deleted.

249 changes: 0 additions & 249 deletions packages/plasma-hope/src/components/Checkbox/Checkbox.tsx

This file was deleted.

55 changes: 0 additions & 55 deletions packages/plasma-hope/src/components/Checkbox/Icons.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions packages/plasma-hope/src/components/Checkbox/index.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/plasma-hope/src/components/Radiobox/RadioGroup.tsx

This file was deleted.

Loading

0 comments on commit 189282f

Please sign in to comment.