blue-react 9.9.0 → 9.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Caret.js +1 -1
- package/dist/style.css +2 -2
- package/dist/style.min.css +2 -2
- package/dist/style.scss +1 -1
- package/dist/types/components/Caret.d.ts +1 -1
- package/package.json +1 -1
package/dist/components/Caret.js
CHANGED
|
@@ -10,8 +10,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
|
+
* @deprecated Will be replaced by the `Chevron` component in the next major version.
|
|
13
14
|
* Caret icon component.
|
|
14
|
-
* Will be replaced by the `Chevron` component in the next major version.
|
|
15
15
|
*/
|
|
16
16
|
function Caret(_ref) {
|
|
17
17
|
var open = _ref.open,
|