Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions src/icons/__tests__/__snapshots__/icons.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2695,25 +2695,6 @@ exports[`'PropertyIcon' renders the correct SVG 1`] = `
</DocumentFragment>
`;

exports[`'RadioDisabledIcon' renders the correct SVG 1`] = `
<DocumentFragment>
<svg
class="el-icon"
color="inherit"
data-size="100%"
fill="currentColor"
height="24"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10A10 10 0 0 0 12 2Z"
/>
</svg>
</DocumentFragment>
`;

exports[`'RadioIcon' renders the correct SVG 1`] = `
<DocumentFragment>
<svg
Expand Down
1 change: 0 additions & 1 deletion src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export * from './priority-low'
export * from './priority-medium'
export * from './property-checked'
export * from './property'
export * from './radio-disabled'
export * from './radio-selected'
export * from './radio'
export * from './refresh'
Expand Down
4 changes: 0 additions & 4 deletions src/icons/radio-disabled.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/icons/svgs/radio-disabled.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/storybook/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Beta versions should be relatively stable but subject to occssional breaking cha
- **fix:** `Table.HeaderCell` now renders as a `<td>` if it has no cell content and is not being rendered as a `<div>`.
- **feat:** Added new `Input` component. Currently, it only supports `type="checkbox"`, but this will be expanded in future.
- **chore!:** Remove `CheckboxDisabledIcon`.
- **chore!:** Remove `RadioDisabledIcon`.

### **5.0.0-beta.46 - 25/08/25**

Expand Down
Loading