blue-react 8.3.0 → 8.3.3

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.3.0 (https://bruegmann.github.io/blue-react)
2
+ * Blue React v8.3.3 (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
 
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import React, { ReactNode } from "react";
2
2
  export interface SearchProps {
3
3
  autoFocus?: boolean;
4
4
  /**
@@ -23,6 +23,8 @@ export interface SearchProps {
23
23
  */
24
24
  sidebar?: boolean;
25
25
  value?: string;
26
+ children?: ReactNode;
27
+ id?: string;
26
28
  }
27
29
  /**
28
30
  * A search bar that can be placed to the sidebar or on a page.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blue-react",
3
- "version": "8.3.0",
3
+ "version": "8.3.3",
4
4
  "description": "Blue React Components",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "main": "index.js",
@@ -26,7 +26,7 @@
26
26
  "predeploy": "npm run build-docs",
27
27
  "deploy": "gh-pages --dist build --dest v8",
28
28
  "prepublishOnly": "npm i && npm run build-release",
29
- "release": "npm publish --tag next && npm run deploy",
29
+ "release": "npm publish && npm run deploy",
30
30
  "prettier": "npx prettier --write ."
31
31
  },
32
32
  "dependencies": {
@@ -55,7 +55,7 @@
55
55
  "autoprefixer": "^10.3.6",
56
56
  "gh-pages": "^3.1.0",
57
57
  "lint-staged": "^11.1.2",
58
- "node-sass": "^4.14.1",
58
+ "node-sass": "^6.0.1",
59
59
  "postcss-cli": "^9.0.1",
60
60
  "postcss-minify": "^1.1.0",
61
61
  "prettier": "2.4.1",