blue-react 8.0.0-next.1 → 8.0.0-next.2

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 v8.0.0-next.1 (https://bruegmann.github.io/blue-react)
2
+ * Blue React v8.0.0-next.2 (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
 
@@ -19,6 +19,6 @@ export interface ModalProps {
19
19
  * Simple modal/dialog. Designed to work as an alternative to JavaScript's native `alert()`, `prompt()` and `confirm()` functions.
20
20
  * It uses Bootstrap's Modal components.
21
21
  *
22
- * For easy use, you should use the hook `useModal` together with `ModalProvider`. See the example below.
22
+ * For easy use, you should use the hook `useModal` together with `ModalProvider`. See the example there.
23
23
  */
24
24
  export default function Modal({ modalContent, unSetModalContent, onSubmit, defaultInput, type }: ModalProps): JSX.Element;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "blue-react",
3
- "version": "8.0.0-next.1",
3
+ "version": "8.0.0-next.2",
4
4
  "description": "Blue React Components",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
8
- "homepage": "https://bruegmann.github.io/blue-react/v7",
8
+ "homepage": "https://bruegmann.github.io/blue-react/v8",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/bruegmann/blue-react.git"
@@ -85,4 +85,4 @@
85
85
  "last 1 safari version"
86
86
  ]
87
87
  }
88
- }
88
+ }