Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 19, 2024
1 parent 3d407a7 commit 0795d3e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/eui/changelogs/upcoming/7969.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
**CSS-in-JS conversions**

- Converted `EuiCheckbox` to Emotion
- Converted `EuiRadio` to Emotion
- Converted `EuiSwitch` to Emotion
- Removed the following Sass variables:
- `$euiFormCustomControlDisabledIconColor`
- `$euiFormCustomControlBorderColor`
- `$euiRadioSize`
- `$euiCheckBoxSize`
- `$euiCheckboxBorderRadius`
- `$euiSwitchHeight` (and compressed/mini variants)
- `$euiSwitchWidth` (and compressed/mini variants)
- `$euiSwitchThumbSize` (and compressed/mini variants)
- `$euiSwitchIconHeight`
- `$euiSwitchOffColor`
- Removed the following Sass mixins:
- `euiIconBackground`
- `euiCustomControl`
- `euiCustomControlSelected`
- `euiCustomControlDisabled`
- `euiCustomControlFocused`

0 comments on commit 0795d3e

Please sign in to comment.