From a3c4ae5a331a49460e8c4b3a904a6020e9618ca4 Mon Sep 17 00:00:00 2001 From: Evan Scott Date: Thu, 2 Mar 2017 23:12:16 -0500 Subject: [PATCH] Fix the middle dots in the READMEs [skip ci] --- .../boundless-arrow-key-navigation/README.md | 8 ++-- packages/boundless-async/README.md | 8 ++-- packages/boundless-button/README.md | 10 ++-- packages/boundless-checkbox-group/README.md | 18 ++++---- packages/boundless-checkbox/README.md | 12 ++--- packages/boundless-dialog/README.md | 24 +++++----- packages/boundless-fitted-text/README.md | 6 +-- packages/boundless-image/README.md | 8 ++-- packages/boundless-input/README.md | 6 +-- packages/boundless-modal/README.md | 24 +++++----- packages/boundless-pagination/README.md | 46 +++++++++---------- packages/boundless-popover/README.md | 34 +++++++------- packages/boundless-portal/README.md | 8 ++-- packages/boundless-progress/README.md | 14 +++--- .../README.md | 18 ++++---- packages/boundless-radio/README.md | 14 +++--- .../boundless-segmented-control/README.md | 10 ++-- packages/boundless-tokenized-input/README.md | 36 +++++++-------- packages/boundless-typeahead/README.md | 22 ++++----- scripts/build-packages.js | 4 +- 20 files changed, 165 insertions(+), 165 deletions(-) diff --git a/packages/boundless-arrow-key-navigation/README.md b/packages/boundless-arrow-key-navigation/README.md index 8a5c566c..63a1f21e 100644 --- a/packages/boundless-arrow-key-navigation/README.md +++ b/packages/boundless-arrow-key-navigation/README.md @@ -99,25 +99,25 @@ There are no required props. ### Optional Props -- __`*`__ ・ any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes) +- __`*`__ · any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes) Expects | Default Value - | - `any` | `n/a` -- __`component`__ ・ any valid HTML tag name or a React component factory, anything that can be passed as the first argument to `React.createElement` +- __`component`__ · any valid HTML tag name or a React component factory, anything that can be passed as the first argument to `React.createElement` Expects | Default Value - | - `string or function` | `'div'` -- __`defaultActiveChildIndex`__ ・ allows for a particular child to be initially reachable via tabbing; only applied during first render +- __`defaultActiveChildIndex`__ · allows for a particular child to be initially reachable via tabbing; only applied during first render Expects | Default Value - | - `number` | `0` -- __`mode`__ ・ controls which arrow key events are captured to move active focus within the list: +- __`mode`__ · controls which arrow key events are captured to move active focus within the list: Mode | Keys ---- | ---- diff --git a/packages/boundless-async/README.md b/packages/boundless-async/README.md index 1340d6a5..ff7c7888 100644 --- a/packages/boundless-async/README.md +++ b/packages/boundless-async/README.md @@ -45,7 +45,7 @@ import { Async } from 'boundless'; ### Required Props -- __`children`__ ・ a promise, function that returns a promise, or other type of renderable content; if a function is passed, it will +- __`children`__ · a promise, function that returns a promise, or other type of renderable content; if a function is passed, it will be called with the current props Promise example: @@ -97,19 +97,19 @@ import { Async } from 'boundless'; ### Optional Props -- __`*`__ ・ any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes) +- __`*`__ · any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes) Expects | Default Value - | - `any` | `n/a` -- __`childrenDidRender`__ ・ a callback for when real content has been rendered; this will be called immediately if normal JSX is passed to Async, or, in the case of a promise, upon resolution or rejection +- __`childrenDidRender`__ · a callback for when real content has been rendered; this will be called immediately if normal JSX is passed to Async, or, in the case of a promise, upon resolution or rejection Expects | Default Value - | - `function` | `() => {}` -- __`pendingContent`__ ・ content to be shown while the promise is in "pending" state (like a loading graphic, perhaps) +- __`pendingContent`__ · content to be shown while the promise is in "pending" state (like a loading graphic, perhaps) Expects | Default Value - | - diff --git a/packages/boundless-button/README.md b/packages/boundless-button/README.md index aa0ae46a..4d4762ca 100644 --- a/packages/boundless-button/README.md +++ b/packages/boundless-button/README.md @@ -110,13 +110,13 @@ There are no required props. ### Optional Props -- __`*`__ ・ any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes) +- __`*`__ · any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes) Expects | Default Value - | - `any` | `n/a` -- __`component`__ ・ any valid HTML tag name or a ReactComponent, anything that can be passed as the +- __`component`__ · any valid HTML tag name or a ReactComponent, anything that can be passed as the first argument to `React.createElement`; note that this component sets the `role` and `aria-checked` attributes so non-`