From 61ffb8ad5c10f2b5e081edb3e047bfafdb6e7194 Mon Sep 17 00:00:00 2001 From: Anish Aggarwal <43617894+anishagg17@users.noreply.github.com> Date: Tue, 14 Apr 2020 01:56:50 +0530 Subject: [PATCH] Fixed typos in Changelog and other markdown files (#3305) --- CHANGELOG.md | 68 ++++++++++----------- src/services/popover/popover_positioning.ts | 4 +- test/README.md | 2 +- wiki/component-design.md | 2 +- wiki/consuming.md | 2 +- wiki/creating-components-yeoman.md | 2 +- wiki/creating-icons.md | 8 +-- wiki/react-router.md | 4 +- 8 files changed, 46 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bfb029118..c81ae86fe2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,7 @@ - Added `ghost` colored `EuiListGroupItem`, increased overall large size, and fixed focus states - Added `color` and `size` props to `EuiListGroup` - Added `home` and `menu` glyphs to `EuiIcon` -- Added simple `euiXScroll` and `euiYScroll` SASS mixins and CSS utility equivelants +- Added simple `euiXScroll` and `euiYScroll` SASS mixins and CSS utility equivalents **Bug Fixes** @@ -261,7 +261,7 @@ - Improved `EuiDescribedFormGroup` accessibility by avoiding duplicated output in screen readers ([#2783](https://github.com/elastic/eui/pull/2783)) - Added optional `key` attribute to `EuiContextMenu` items and relaxed `name` attribute to allow any React node ([#2817](https://github.com/elastic/eui/pull/2817)) - Converted `EuiColorPicker` color conversion functions to `chroma-js` methods ([#2805](https://github.com/elastic/eui/pull/2805)) -- Added `direction` parameter to `euiPaletteColorBlind()` for specifiying lighter or darker (or both) alternates ([#2822](https://github.com/elastic/eui/pull/2822)) +- Added `direction` parameter to `euiPaletteColorBlind()` for specifying lighter or darker (or both) alternates ([#2822](https://github.com/elastic/eui/pull/2822)) - Converted `EuiSideNav` to TypeScript ([#2818](https://github.com/elastic/eui/issues/2818)) - Added babel-transformed and partially mocked commonjs build (`test-env/`) to target Kibana's Jest environment ([#2698](https://github.com/elastic/eui/pull/2698)) - Altered styles of `EuiToken` and add added more token types to match ES field types of `tokenAlias`, `tokenDate`, `tokenGeo`, `tokenIP`, `tokenNested`, `tokenRange`, `tokenShape` ([#2758](https://github.com/elastic/eui/pull/2758)) @@ -330,7 +330,7 @@ ## [`18.2.0`](https://github.com/elastic/eui/tree/v18.2.0) -- Added `rencentlyViewedApp` app icon to `EuiIcon` ([#2755](https://github.com/elastic/eui/pull/2755)) +- Added `recentlyViewedApp` app icon to `EuiIcon` ([#2755](https://github.com/elastic/eui/pull/2755)) **Bug fixes** @@ -623,7 +623,7 @@ **Bug fixes** -- Reenabled `width` property for `EuiTable` cell components ([#2452](https://github.com/elastic/eui/pull/2452)) +- Re-enabled `width` property for `EuiTable` cell components ([#2452](https://github.com/elastic/eui/pull/2452)) - Fixed `EuiNavDrawer` collapse/expand button height issue ([#2463](https://github.com/elastic/eui/pull/2463)) @@ -656,7 +656,7 @@ - Added `hasChildLabel` prop to `EuiFormRow` to avoid duplicate labels ([#2411](https://github.com/elastic/eui/pull/2411)) - Added `component` prop to `EuiPageBody`, switching the default from `div` to `main` ([#2410](https://github.com/elastic/eui/pull/2410)) - Added focus state to `EuiListGroupItem` ([#2406](https://github.com/elastic/eui/pull/2406)) -- Added `keyboardShorcut` glyph to 'EuiIcon ([#2413](https://github.com/elastic/eui/pull/2413)) +- Added `keyboardShortcut` glyph to 'EuiIcon ([#2413](https://github.com/elastic/eui/pull/2413)) - Improved a11y in `EuiNavDrawer` ([#2417](https://github.com/elastic/eui/pull/2417)) - Improved a11y in `EuiSuperDatePicker` ([#2426](https://github.com/elastic/eui/pull/2426)) @@ -741,7 +741,7 @@ **Bug fixes** -- Fixed `EuiColorPicker` padding on right to accomodate down caret +- Fixed `EuiColorPicker` padding on right to accommodate down caret - Fixed sizings of `EuiComboBox` and pills - Fixed truncation on `EuiContextMenuItem` - Fixed style of more `append`/`prepend` options of `EuiFormControlLayout` @@ -821,7 +821,7 @@ **Note: this contains component code that was reverted in the next release. Use `13.6.0` instead** - Fixed `logoCloudEnterprise`, `logoLogging`, and `logoSecurity` SVGs in `EuiIcon` to be center aligned ([#2246](https://github.com/elastic/eui/pull/2246)) -- Added locking behavior of `EuiNavDrawer` expanded state inluding the following props `isLocked`, `onIsLockedUpdate` ([#2247](https://github.com/elastic/eui/pull/2247)) +- Added locking behavior of `EuiNavDrawer` expanded state including the following props `isLocked`, `onIsLockedUpdate` ([#2247](https://github.com/elastic/eui/pull/2247)) ## [`13.4.1`](https://github.com/elastic/eui/tree/v13.4.1) @@ -884,7 +884,7 @@ **Bug fixes** -- Fixed invalid `aria-desribedby` values set by `EuiToolTip` ([#2156](https://github.com/elastic/eui/pull/2156)) +- Fixed invalid `aria-describedby` values set by `EuiToolTip` ([#2156](https://github.com/elastic/eui/pull/2156)) - Added `"center"` as an acceptable value to `EuiBasicTable`'s `align` proptype ([#2158](https://github.com/elastic/eui/pull/2158)) - Fixed `.eui-textBreakWord` utility class to be cross-browser compatible ([#2157](https://github.com/elastic/eui/pull/2157)) - Fixed truncation and z-index of `EuiFilePicker` ([#2145](https://github.com/elastic/eui/pull/2145)) @@ -915,7 +915,7 @@ - Centered the square of the `popout` glyph in the artboard ([#2120](https://github.com/elastic/eui/pull/2120)) - Added `useInnerText` and `EuiInnerText` component utilities for retrieving text content of elements ([#2100](https://github.com/elastic/eui/pull/2100)) -- Converted `EuiRangeHightlight`, `EuiRangeLabel`, `EuiRangeLevels`, `EuiRangeSlider`, `EuiRangeThumb`, `EuiRangeTicks`, `EuiRangeTrack`, and `EuiRangeWrapper` to TypeScript ([#2124](https://github.com/elastic/eui/pull/2124)) +- Converted `EuiRangeHighlight`, `EuiRangeLabel`, `EuiRangeLevels`, `EuiRangeSlider`, `EuiRangeThumb`, `EuiRangeTicks`, `EuiRangeTrack`, and `EuiRangeWrapper` to TypeScript ([#2124](https://github.com/elastic/eui/pull/2124)) - Converted `EuiAccordion` to TypeScript ([#2128](https://github.com/elastic/eui/pull/2128)) **Bug fixes** @@ -1193,7 +1193,7 @@ - Used `cache-loader` to speed up development docs site build ([#1841](https://github.com/elastic/eui/pull/1841) - Converted `matching_options` to TS ([#1828](https://github.com/elastic/eui/pull/1828)) - Converted `EuiFormHelpText` to TS ([#1852](https://github.com/elastic/eui/pull/1852)) -- Added `onSearch` to `EuiFieldSearchProps`'s type defintion ([#1627](https://github.com/elastic/eui/pull/1627)) +- Added `onSearch` to `EuiFieldSearchProps`'s type definition ([#1627](https://github.com/elastic/eui/pull/1627)) - Added `moon` glyph to `EuiIcon` ([#1859](https://github.com/elastic/eui/pull/1859)) - Added `logoAzure` and `logoAzureMono` logos to `EuiIcon` ([#1859](https://github.com/elastic/eui/pull/1859)) - Added exact-text matching operator to `EuiSearchBar` / `Query` and allow empty phrases, e.g. `""` ([#1843](https://github.com/elastic/eui/pull/1843)) @@ -1294,7 +1294,7 @@ **Note: this release creates a minor regression to text scales where paragraph and heading tags were no longer inheriting from their container. This is fixed in `9.7.1`.** - Set `h1 through h6, p` tags font reset based on family, size, and weight ([#1760](https://github.com/elastic/eui/pull/1760)) -- Fixed `EuiButton` font size inheritence ([#1760](https://github.com/elastic/eui/pull/1760)) +- Fixed `EuiButton` font size inheritance ([#1760](https://github.com/elastic/eui/pull/1760)) - Updated button elements in `EuiFilePicker`, `EuiFormControlLayoutClearButton`, `EuiFormControlLayoutCustomIcon`, `EuiListGroupItem`, and `EuiSideNavItem` to type=button ([#1764](https://github.com/elastic/eui/pull/1764)) - Fixed outside click detection inconsistencies by comparing `mouseup` and `mousedown` event targets rather than using `click` event target ([#1761](https://github.com/elastic/eui/pull/1761)) @@ -1373,7 +1373,7 @@ - Added button to `EuiSuperDatePicker`'s “Now” tab to trigger the "now" time selection ([#1620](https://github.com/elastic/eui/pull/1620)) - Fixed floating point arithmetic bug in `EuiRangeTrack`'s value validation ([#1687](https://github.com/elastic/eui/pull/1687)) -- Fixed `EuiComboBox` `activeOptonIndex` error with empty search results ([#1695](https://github.com/elastic/eui/pull/1695)) +- Fixed `EuiComboBox` `activeOptionIndex` error with empty search results ([#1695](https://github.com/elastic/eui/pull/1695)) - Fixed IE11 rendering issue in `EuiLoadingKibana` ([#1683](https://github.com/elastic/eui/pull/1683)) ## [`9.0.2`](https://github.com/elastic/eui/tree/v9.0.2) @@ -1526,7 +1526,7 @@ **Bug fixes** - Fixed keyboard navigation and UI of `EuiComboBox` items in single selection mode ([#1619](https://github.com/elastic/eui/pull/1619)) -- Fixed `EuiComboBox` `activeOptonIndex` error with empty search results ([#1695](https://github.com/elastic/eui/pull/1695)) +- Fixed `EuiComboBox` `activeOptionIndex` error with empty search results ([#1695](https://github.com/elastic/eui/pull/1695)) - Prevent `EuiComboBox` from creating a custom option value when user clicks on a value in the dropdown ([#1728](https://github.com/elastic/eui/pull/1728)) - Fixed `EuiSuperDatePicker` time selection jumping on focus ([#1704](https://github.com/elastic/eui/pull/1704)) @@ -1637,7 +1637,7 @@ **Bug fixes** - Fixed `EuiSuperDatePicker` not updating derived `showPrettyDuration` state on prop update ([#1464](https://github.com/elastic/eui/pull/1464)) -- Fixed `EuiSuperDatePicker` not passing `refreshInterval` to callback when refresh internval start/stop toggle button clicked ([#1464](https://github.com/elastic/eui/pull/1464)) +- Fixed `EuiSuperDatePicker` not passing `refreshInterval` to callback when refresh interval start/stop toggle button clicked ([#1464](https://github.com/elastic/eui/pull/1464)) - Fixed `EuiSuperDatePicker` `refreshInterval` input not allowing decimals ([#1464](https://github.com/elastic/eui/pull/1464)) ## [`6.6.0`](https://github.com/elastic/eui/tree/v6.6.0) @@ -1690,7 +1690,7 @@ **Bug fixes** -- Downgraded `@types/react` and `@types/prop-types` verisons to align with Kibana ([#1435](https://github.com/elastic/eui/pull/1435)) +- Downgraded `@types/react` and `@types/prop-types` versions to align with Kibana ([#1435](https://github.com/elastic/eui/pull/1435)) ## [`6.3.0`](https://github.com/elastic/eui/tree/v6.3.0) @@ -1698,7 +1698,7 @@ - Added `initialFocus` prop typedefs to `EuiModal` and `EuiPopover` ([#1410](https://github.com/elastic/eui/pull/1410)) - Updated `gisApp` icon ([#1413](https://github.com/elastic/eui/pull/1413)) - Added `isAutoRefreshOnly` prop to `EuiSuperDatePicker` ([#1412](https://github.com/elastic/eui/pull/1412)) -- Migrate remaining files in `accessiblity/` to TS ([#1408](https://github.com/elastic/eui/pull/1408)) +- Migrate remaining files in `accessibility/` to TS ([#1408](https://github.com/elastic/eui/pull/1408)) - Added `titleProps` and `descriptionProps` to `EuiDescriptionList` ([#1419](https://github.com/elastic/eui/pull/1419)) - Propagate `className` on `EuiCodeBlock` in fullscreen mode ([#1422](https://github.com/elastic/eui/pull/1422)) - Added `iconProps` prop to `EuiIconTip` ([#1420](https://github.com/elastic/eui/pull/1420)) @@ -1914,7 +1914,7 @@ **Framer X** -- Added Framer component for `EuiDescirptionList` ([#1276](https://github.com/elastic/eui/pull/1276)) +- Added Framer component for `EuiDescriptionList` ([#1276](https://github.com/elastic/eui/pull/1276)) ## [`4.7.0`](https://github.com/elastic/eui/tree/v4.7.0) @@ -2007,7 +2007,7 @@ - Fixed issue with unselected tabs and aria-controls attribute in EuiTabbedContent - Added `tag` icon ([#1188](https://github.com/elastic/eui/pull/1188)) - Replaced `logging` app icon ([#1194](https://github.com/elastic/eui/pull/1194)) -- Made `EuiBasicTable` rows keyboard-accessibile when they are clickable ([#1206](https://github.com/elastic/eui/pull/1206)) +- Made `EuiBasicTable` rows keyboard-accessible when they are clickable ([#1206](https://github.com/elastic/eui/pull/1206)) **Bug fixes** @@ -2233,7 +2233,7 @@ ## [`3.0.1`](https://github.com/elastic/eui/tree/v3.0.1) - Added typings for `EuiEmptyPrompt`, `EuiCode`, `EuiCodeBlock`, and `EuiCallOut` ([#1010](https://github.com/elastic/eui/pull/1010)) -- Make utility type `Omit` compatible with new `keyof` behaviour introduced in TypeScript 2.9 ([#1017](https://github.com/elastic/eui/pull/1017)) +- Make utility type `Omit` compatible with new `keyof` behavior introduced in TypeScript 2.9 ([#1017](https://github.com/elastic/eui/pull/1017)) - Added visualization chart type icons ([#1020](https://github.com/elastic/eui/pull/1020)) **Bug fixes** @@ -2298,7 +2298,7 @@ **Bug fixes** - Fixed some IE11 flex box bugs and documented others (modal overflowing, image shrinking, and flex group wrapping) ([#973](https://github.com/elastic/eui/pull/973)) -- Fixed white square that show in double scollbar via `euiScrollBar()` ([989](https://github.com/elastic/eui/pull/989)) +- Fixed white square that show in double scrollbar via `euiScrollBar()` ([989](https://github.com/elastic/eui/pull/989)) - Fixed issue with Accordion would attempt to use properties and accessors on null ([#982](https://github.com/elastic/eui/pull/982)) ## [`1.1.0`](https://github.com/elastic/eui/tree/v1.1.0) @@ -2341,7 +2341,7 @@ ## [`0.0.55`](https://github.com/elastic/eui/tree/v0.0.55) -- Added `getPopoverScreenCoordinates` service function for positioining popover/tooltip content, updated `EuiToolTip` to use it ([#924](https://github.com/elastic/eui/pull/924)) +- Added `getPopoverScreenCoordinates` service function for positioning popover/tooltip content, updated `EuiToolTip` to use it ([#924](https://github.com/elastic/eui/pull/924)) - Allow `mode` prop in `EuiCodeEditor` to take custom mode object ([#935](https://github.com/elastic/eui/pull/935)) - `EuiCodeEditor` is now decorated with a `data-test-subj` selector (`codeEditorContainer`) ([#939](https://github.com/elastic/eui/pull/939)) - `EuiCodeEditor` no longer automatically scrolls cursor into view on selection change ([#940](https://github.com/elastic/eui/pull/940)) @@ -2354,7 +2354,7 @@ ## [`0.0.53`](https://github.com/elastic/eui/tree/v0.0.53) -- `EuiComboBox` is now decorated with `data-test-subj` selectors for the search input (`comboxBoxSearchInput`), toggle button (`comboBoxToggleListButton`), and clear button (`comboBoxClearButton`) ([#918](https://github.com/elastic/eui/pull/918)) +- `EuiComboBox` is now decorated with `data-test-subj` selectors for the search input (`comboBoxSearchInput`), toggle button (`comboBoxToggleListButton`), and clear button (`comboBoxClearButton`) ([#918](https://github.com/elastic/eui/pull/918)) - `EuiComboBox` now gives focus to the search input when the user clicks the clear button, to prevent focus from defaulting to the body ([#918](https://github.com/elastic/eui/pull/918)) - Fixed visual size of inputs by setting the box-shadow border to `inset` ([#928](https://github.com/elastic/eui/pull/928)) - Per-column custom sort values added to `EuiInMemoryTable` ([#929](https://github.com/elastic/eui/pull/929)) @@ -2417,7 +2417,7 @@ - Created `EuiToggle`, `EuiButtonToggle`, and `EuiButtonGroup` ([#872](https://github.com/elastic/eui/pull/872)) - `EuiBasicTable` and `EuiInMemoryTable` now accept `rowProps` and `cellProps` callbacks, which let you apply custom props to rows and props ([#869](https://github.com/elastic/eui/pull/869)) -- Added `offine` and `online` icons ([#881](https://github.com/elastic/eui/pull/881)) +- Added `offline` and `online` icons ([#881](https://github.com/elastic/eui/pull/881)) **Bug fixes** @@ -2560,7 +2560,7 @@ - Added `disabled` prop to `EuiComboBoxOption` ([#650](https://github.com/elastic/eui/pull/650)) - Added support for `
` and `` tags to `` ([#654](https://github.com/elastic/eui/pull/654))
- Added export of SASS theme variables in JSON format during compilation ([#642](https://github.com/elastic/eui/pull/642))
-- Close `EuiComboBox` `singleSelection` options list when option is choosen ([#645](https://github.com/elastic/eui/pull/645))
+- Close `EuiComboBox` `singleSelection` options list when option is chosen ([#645](https://github.com/elastic/eui/pull/645))
- Wrap `EuiStepHorizontal` text instead of truncating it ([#653](https://github.com/elastic/eui/pull/653))
- Fixed a bug where `EuiSideNavItem` wouldn't pass an `onClick` handler down to `` tags if they also had an `href`. ([#664](https://github.com/elastic/eui/pull/664))
- Updated existing and added additional TypeScript definitions ([#666](https://github.com/elastic/eui/pull/666))
@@ -2576,7 +2576,7 @@
## [`0.0.40`](https://github.com/elastic/eui/tree/v0.0.40)
- Tweaked sizing, weights, color, line-heights, and added more levels to `EuiTitle` and `EuiText` ([#627](https://github.com/elastic/eui/pull/627))
-- Added TypeScript type defitions for `EuiPortal`, `EuiText` and `EuiTitle` as well as the `calculatePopoverPosition` service ([#638](https://github.com/elastic/eui/pull/638))
+- Added TypeScript type definitions for `EuiPortal`, `EuiText` and `EuiTitle` as well as the `calculatePopoverPosition` service ([#638](https://github.com/elastic/eui/pull/638))
- Grayed out labels for `disabled` controls ([#648](https://github.com/elastic/eui/pull/648))
**Bug fixes**
@@ -2709,7 +2709,7 @@
- `EuiInMemoryTable` pass items to BasicTable when message is provided ([#517](https://github.com/elastic/eui/pull/517)).
- `EuiSearchBox` now passes unused props through to `EuiFieldSearch` ([#514](https://github.com/elastic/eui/pull/514))
-- Change `EuiBasicTable` `noItemsMessage` and `EuiInMemoryTable` `messgae` propType to node
+- Change `EuiBasicTable` `noItemsMessage` and `EuiInMemoryTable` `message` propType to node
instead of just string ([#516](https://github.com/elastic/eui/pull/516))
## [`0.0.27`](https://github.com/elastic/eui/tree/v0.0.27)
@@ -2725,7 +2725,7 @@ instead of just string ([#516](https://github.com/elastic/eui/pull/516))
- `EuiModal` is now responsive on mobile screens ([#512](https://github.com/elastic/eui/pull/512))
- `EuiFlexGrid` now collapses down in mobile layouts properly. ([#515](https://github.com/elastic/eui/pull/515))
- Made `EuiCard` proptypes more permission by changing strings to nodes. ([#515](https://github.com/elastic/eui/pull/515))
-- Fixed `reponsive={false}` prop not working when flex groups were nested. ([#494](https://github.com/elastic/eui/pull/494))
+- Fixed `responsive={false}` prop not working when flex groups were nested. ([#494](https://github.com/elastic/eui/pull/494))
- `EuiBadge` wrapping element changed from a `div` to `span` so it can be nested in text blocks ([#494](https://github.com/elastic/eui/pull/494))
## [`0.0.26`](https://github.com/elastic/eui/tree/v0.0.26)
@@ -2733,7 +2733,7 @@ instead of just string ([#516](https://github.com/elastic/eui/pull/516))
**Bug fixes**
- `EuiSelect` do not set `defaultValue` property when `value` property is provided ([#504](https://github.com/elastic/eui/pull/504)).
-- `EuiBottomBar` now uses `EuiPortal` to avoid zindex conflicts ([#487](https://github.com/elastic/eui/pull/487))
+- `EuiBottomBar` now uses `EuiPortal` to avoid z-index conflicts ([#487](https://github.com/elastic/eui/pull/487))
- Upped dark theme contrast on disabled buttons ([#487](https://github.com/elastic/eui/pull/487))
**Breaking changes**
@@ -2786,8 +2786,8 @@ instead of just string ([#516](https://github.com/elastic/eui/pull/516))
**Bug fixes**
-- Fixed appearance of checked checkeboxes and radios in IE ([#407](https://github.com/elastic/eui/pull/407))
-- Fixed disabled vs enabled appearance of checked checkeboxes and radios ([#407](https://github.com/elastic/eui/pull/407))
+- Fixed appearance of checked checkboxes and radios in IE ([#407](https://github.com/elastic/eui/pull/407))
+- Fixed disabled vs enabled appearance of checked checkboxes and radios ([#407](https://github.com/elastic/eui/pull/407))
- Fixed disabled & checked state of switches ([#407](https://github.com/elastic/eui/pull/407))
- Fixed `EuiCard` content alignment when content is short. ([#415](https://github.com/elastic/eui/pull/415))
- Only apply the `$euiCodeBlockSelectedBackgroundColor` variable if it is a color ([#427](https://github.com/elastic/eui/pull/427))
@@ -2806,7 +2806,7 @@ instead of just string ([#516](https://github.com/elastic/eui/pull/516))
- Added component to wrap blocks of substeps `EuiSubSteps` in a shaded container. ([#375](https://github.com/elastic/eui/pull/375))
- Added horizontal steps component ([#375](https://github.com/elastic/eui/pull/375))
- Changed look and feel of pagination. Added `compressed` prop for smaller footprint pagination. ([#380](https://github.com/elastic/eui/pull/380))
-- Added `EuiBasicTable` as an opinionated, high level component for constructing tables. Its addition deprecates `EuiTableOfRecords` which is still avaiable, but now marked for removal. ([#377](https://github.com/elastic/eui/pull/377))
+- Added `EuiBasicTable` as an opinionated, high level component for constructing tables. Its addition deprecates `EuiTableOfRecords` which is still available, but now marked for removal. ([#377](https://github.com/elastic/eui/pull/377))
- Added styles for `readOnly` states of form controls. ([#391](https://github.com/elastic/eui/pull/391))
- Added importAction and exportAction icons ([#394](https://github.com/elastic/eui/pull/394))
- Added `EuiCard` for UI patterns that need an icon/image, title and description with some sort of action. ([#380](https://github.com/elastic/eui/pull/380))
@@ -2817,7 +2817,7 @@ instead of just string ([#516](https://github.com/elastic/eui/pull/516))
- Tables now default to `table-layout: fixed` to avoid some collapsing cell problems. [#398](https://github.com/elastic/eui/pull/398)
- Wrap long lines of text within the body of `EuiToast` instead of letting text overflow ([#392](https://github.com/elastic/eui/pull/392))
-- Fixed dark theme coloring of Substeps ([#396](https://github.com/elastic/eui/pull/396))
+- Fixed dark theme coloring of SubSteps ([#396](https://github.com/elastic/eui/pull/396))
- Reorder selectors to fix fixed progress bar in Firefox ([#404](https://github.com/elastic/eui/pull/404))
## [`0.0.20`](https://github.com/elastic/eui/tree/v0.0.20)
@@ -2836,7 +2836,7 @@ instead of just string ([#516](https://github.com/elastic/eui/pull/516))
**Breaking changes**
-- Changed `EuiGlobalToastList` to be responsible for instantiating toasts, tracking their lifetimes, and dismissing them. It now acepts `toasts`, `dismissToast`, and `toastLifeTimeMs` props. It no longer accepts `children`. ([#370](https://github.com/elastic/eui/pull/370))
+- Changed `EuiGlobalToastList` to be responsible for instantiating toasts, tracking their lifetimes, and dismissing them. It now accepts `toasts`, `dismissToast`, and `toastLifeTimeMs` props. It no longer accepts `children`. ([#370](https://github.com/elastic/eui/pull/370))
## [`0.0.18`](https://github.com/elastic/eui/tree/v0.0.18)
@@ -2931,7 +2931,7 @@ instead of just string ([#516](https://github.com/elastic/eui/pull/516))
**Bug fixes**
- Disabled tab styling. ([#258](https://github.com/elastic/eui/pull/258))
-- Proper classname for flexGroup alignItems prop. ([#257](https://github.com/elastic/eui/pull/257))
+- Proper className for flexGroup alignItems prop. ([#257](https://github.com/elastic/eui/pull/257))
- Clicking the downArrow icon in `EuiSelect` now triggers selection. ([#255](https://github.com/elastic/eui/pull/255))
- Fixed `euiFormRow` id's from being the same as the containing input and label. ([#251](https://github.com/elastic/eui/pull/251))
diff --git a/src/services/popover/popover_positioning.ts b/src/services/popover/popover_positioning.ts
index 56b8a3c68ff..da26e47a08c 100644
--- a/src/services/popover/popover_positioning.ts
+++ b/src/services/popover/popover_positioning.ts
@@ -96,7 +96,7 @@ interface FindPopoverPositionResult {
* function return value will include an `arrow` param with position details
*
* @returns {FindPopoverPositionResult} absolute page coordinates for the
- * popover, and the placements's relation to the anchor or undefined
+ * popover, and the placement's relation to the anchor or undefined
* there's no room.
*/
export function findPopoverPosition({
@@ -171,7 +171,7 @@ export function findPopoverPosition({
iterationAlignments.push(undefined, undefined); // discard desired alignment on cross-axis
}
} else {
- // position is forced, if it conficts with the alignment then reset align to `null`
+ // position is forced, if it conflicts with the alignment then reset align to `null`
// e.g. original placement request for `downLeft` is moved to the `left` side, future calls
// will position and align `left`, and `leftLeft` is not a valid placement
if (
diff --git a/test/README.md b/test/README.md
index 5d2e4d77379..882da4d8aa6 100644
--- a/test/README.md
+++ b/test/README.md
@@ -1,7 +1,7 @@
# Elastic Visual Regression
This module is a test suite used to test [EUI components](https://elastic.github.io/eui/#/). It is to be used to verify
-that changes to code do not break thethe components visually by verifying current screenshots to a baseline taken
+that changes to code do not break the components visually by verifying current screenshots to a baseline taken
previously.
## What EVR Does
diff --git a/wiki/component-design.md b/wiki/component-design.md
index a4ff1e5017a..33eadf0dc48 100644
--- a/wiki/component-design.md
+++ b/wiki/component-design.md
@@ -40,7 +40,7 @@ export type EuiMegaMenuProps = {
};
```
-For the default props we can just specify the enum values we want to use in the constructor and then use the maps to generate the classname for the component:
+For the default props we can just specify the enum values we want to use in the constructor and then use the maps to generate the className for the component:
```tsx
export const EuiMegaMenu: FunctionComponent = ({
diff --git a/wiki/consuming.md b/wiki/consuming.md
index 29d11662718..77d5e064dcc 100644
--- a/wiki/consuming.md
+++ b/wiki/consuming.md
@@ -98,7 +98,7 @@ ReactDOM.render(
### "Module build failed" or "Module parse failed: Unexpected token" error
-If you get an error when importing a React component, you might need to configure Webpack's `resolve.mainFields` to `['webpack', 'browser', 'main']` to import the components from `lib` intead of `src`. See the [Webpack docs](https://webpack.js.org/configuration/resolve/#resolve-mainfields) for more info.
+If you get an error when importing a React component, you might need to configure Webpack's `resolve.mainFields` to `['webpack', 'browser', 'main']` to import the components from `lib` instead of `src`. See the [Webpack docs](https://webpack.js.org/configuration/resolve/#resolve-mainfields) for more info.
## Using the `test-env` build
diff --git a/wiki/creating-components-yeoman.md b/wiki/creating-components-yeoman.md
index 684829eb1ae..8317246f9cd 100644
--- a/wiki/creating-components-yeoman.md
+++ b/wiki/creating-components-yeoman.md
@@ -49,7 +49,7 @@ First, you'll be prompted for what kind of documentation to create:
| Choice | Description |
|--------------------|-----------------------------------------------------------|
-| Component documention page | A new page for documenting a component |
+| Component documentation page | A new page for documenting a component |
| Add example to an existing page | A new subsection of an existing documentation page |
| Sandbox | An empty document where you can do pretty much anything |
diff --git a/wiki/creating-icons.md b/wiki/creating-icons.md
index 7e5dfa94147..af7870ee522 100644
--- a/wiki/creating-icons.md
+++ b/wiki/creating-icons.md
@@ -2,11 +2,11 @@
EUI provides an ever-growing set of [icons][icons], but our set can be incomplete. If you find you need an icon that does not exist, create a new issue and tag it with the *icons* label. A designer from the EUI team will respond to discuss your needs.
-If you are willing and able to design the icon yourself, this document descibes the guidelines for designing a new icon, cleaning up the SVG, and getting it added to EUI. While designers on the EUI team are available to assist, we greatly appreciate your contributions and pull requests.
+If you are willing and able to design the icon yourself, this document describes the guidelines for designing a new icon, cleaning up the SVG, and getting it added to EUI. While designers on the EUI team are available to assist, we greatly appreciate your contributions and pull requests.
If you read through these guidelines or begin designing your icon and realize you're in too deep, then create an issue in this repo and request assistance. An EUI team member will reply and discuss options.
-_**Note**: The `EuiIcon` component accepts external references to icon files, so you have the option to maintain the icon in your consuming applicaiton._
+_**Note**: The `EuiIcon` component accepts external references to icon files, so you have the option to maintain the icon in your consuming application._
## Design the icon
@@ -35,7 +35,7 @@ This is where things get more opinionated. To maintain a cohesive, high quality
![Guides](https://user-images.githubusercontent.com/446285/63458958-5624f580-c419-11e9-89cf-45fa1b596329.png)
#### _For Sketch users_
-_As a reference, you can downlaod and view the `icons.sketch` file via the **Sketch libraries** link atop the [EUI documentation site][docs] site. The Symbols page within this file contains artboards for the vast majority of EUI glyphs._
+_As a reference, you can download and view the `icons.sketch` file via the **Sketch libraries** link atop the [EUI documentation site][docs] site. The Symbols page within this file contains artboards for the vast majority of EUI glyphs._
#### _For non-Sketch users_
_While we use Sketch to maintain our internal design library, you can use any design tool to produce the SVG file._
@@ -77,7 +77,7 @@ If everything looks good, then commit your changes, push up your branch, and ope
Opening a PR will notify the EUI team that your work is ready for review. Please include a screenshot in the description and reference the issue that your PR fixes.
### Ship it
-Once youre PR is approved, you will be able to merge it and give yourself a well-deserved pat on the back. Finally, stay tuned for the next release of EUI at which point your icon will become available to the masses and appear on the EUI docs site.
+Once your PR is approved, you will be able to merge it and give yourself a well-deserved pat on the back. Finally, stay tuned for the next release of EUI at which point your icon will become available to the masses and appear on the EUI docs site.
:trophy: _**Welcome to the Official EUI Icon Design Club**_ :beers:
diff --git a/wiki/react-router.md b/wiki/react-router.md
index 74c80bb3bfb..9bf881acec0 100644
--- a/wiki/react-router.md
+++ b/wiki/react-router.md
@@ -121,7 +121,7 @@ export const registerRouter = reactRouter => {
};
/**
- * The logic for generating hrefs and onClick handlers from the `to` prop is largely borrowed from
+ * The logic for generating href and onClick handlers from the `to` prop is largely borrowed from
* https://github.com/ReactTraining/react-router/blob/v3/modules/Link.js.
*/
export const getRouterLinkProps = to => {
@@ -213,7 +213,7 @@ export const registerRouter = reactRouter => {
};
/**
- * The logic for generating hrefs and onClick handlers from the `to` prop is largely borrowed from
+ * The logic for generating href and onClick handlers from the `to` prop is largely borrowed from
* https://github.com/ReactTraining/react-router/blob/master/packages/react-router-dom/modules/Link.js.
*/
export const getRouterLinkProps = to => {