@springernature/global-autocomplete
Advanced tools
Comparing version 4.0.0 to 4.0.1
# History | ||
## 4.0.1 (2020-06-08) | ||
* Update README | ||
## 4.0.0 (2020-06-04) | ||
@@ -4,0 +7,0 @@ * BREAKING: switch to use new `brand-context` dependency |
{ | ||
"name": "@springernature/global-autocomplete", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"license": "MIT", | ||
@@ -11,4 +11,4 @@ "description": "Autocomplete/suggest component", | ||
"scripts": { | ||
"postinstall": "npx @springernature/util-context-warning@0.0.5 -p @springernature/global-autocomplete@4.0.0 -v 3.0.0" | ||
"postinstall": "npx @springernature/util-context-warning@0.0.5 -p @springernature/global-autocomplete@4.0.1 -v 3.0.0" | ||
} | ||
} |
@@ -5,2 +5,14 @@ # Autocomplete component | ||
## Branding | ||
The `global-autocomplete` component currently uses the `DEFAULT` brand only. | ||
```scss | ||
// Inlcude this with your settings | ||
@import '@springernature/global-autocomplete/scss/10-settings/default'; | ||
// Include this with your other components | ||
@import '@springernature/global-autocomplete/scss/50-components/autocomplete'; | ||
``` | ||
## Example usage | ||
@@ -7,0 +19,0 @@ |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
24847
25