Skip to content

Commit 0117685

Browse files
committed
add new icons for togglers and states
1 parent 22223c5 commit 0117685

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ This is a major release, and it might be not compatible with your current usage
6161
- `toggler-caretleft`
6262
- `toggler-micon`
6363
- `toggler-micoff`
64+
- `toggler-radio`
65+
- `toggler-radio-checked`
66+
- `state-progress`
67+
- `state-progress-error`
68+
- `state-progress-warning`
6469
- `<Modal />`:
6570
- Add `ModalContext` to track open/close state of all used application modals.
6671
- Add `modalId` property to give a modal a unique ID for tracking purposes.

src/components/Icon/canonicalIconNames.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ const canonicalIcons = {
175175
"state-info": icons.InformationFilled,
176176
"state-locked": icons.Locked,
177177
"state-partlychecked": icons.CheckboxIndeterminate,
178+
"state-progress": icons.InProgress,
179+
"state-progress-error": icons.InProgressError,
180+
"state-progress-warning": icons.InProgressWarning,
178181
"state-protected": icons.DocumentProtected,
179182
"state-success": icons.CheckmarkFilled,
180183
"state-unchecked": icons.Checkbox,
@@ -193,6 +196,8 @@ const canonicalIcons = {
193196
"toggler-moveleft": icons.ChevronLeft,
194197
"toggler-moveright": icons.ChevronRight,
195198
"toggler-list": icons.List,
199+
"toggler-radio": icons.RadioButton,
200+
"toggler-radio-checked": icons.RadioButtonChecked,
196201
"toggler-rowexpand": icons.RowExpand,
197202
"toggler-rowcollapse": icons.RowCollapse,
198203
"toggler-showless": icons.ChevronUp,

0 commit comments

Comments
 (0)