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/style.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Blue React v9.9.0 (https://bruegmann.github.io/blue-react)
2
+ * Blue React v9.9.1 (https://bruegmann.github.io/blue-react)
3
3
  * Licensed under GNU General Public License v3.0 (https://github.com/bruegmann/blue-react/blob/master/LICENSE).
4
4
  */
5
5
 
@@ -12,7 +12,7 @@ export interface CaretProps {
12
12
  style?: CSSProperties;
13
13
  }
14
14
  /**
15
+ * @deprecated Will be replaced by the `Chevron` component in the next major version.
15
16
  * Caret icon component.
16
- * Will be replaced by the `Chevron` component in the next major version.
17
17
  */
18
18
  export default function Caret({ open, mirrored, className, style }: CaretProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blue-react",
3
- "version": "9.9.0",
3
+ "version": "9.9.1",
4
4
  "description": "Blue React Components",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "main": "index.js",