From 0795d3e4aff27ddfc49d053dc53c2e161df34805 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Sun, 18 Aug 2024 13:13:28 -0700 Subject: [PATCH] changelog --- packages/eui/changelogs/upcoming/7969.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/eui/changelogs/upcoming/7969.md diff --git a/packages/eui/changelogs/upcoming/7969.md b/packages/eui/changelogs/upcoming/7969.md new file mode 100644 index 00000000000..dd1e80736ea --- /dev/null +++ b/packages/eui/changelogs/upcoming/7969.md @@ -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`