@rmwc/provider
Advanced tools
Comparing version 14.2.8 to 14.2.9
{ | ||
"name": "@rmwc/provider", | ||
"version": "14.2.8", | ||
"version": "14.2.9", | ||
"description": "RMWC Provider component", | ||
@@ -36,5 +36,5 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@rmwc/base": "14.2.8", | ||
"@rmwc/types": "14.2.8" | ||
"@rmwc/base": "14.2.9", | ||
"@rmwc/types": "14.2.9" | ||
} | ||
} |
@@ -7,6 +7,8 @@ # Provider | ||
You can wrap your top level App component with RMWC provider to set global configuration options. Just pass the options in as props. | ||
```jsx | ||
` | ||
` | ||
import React from 'react'; | ||
@@ -45,3 +47,4 @@ import * as ReactDOM from 'react-dom'; | ||
); | ||
`; | ||
` | ||
``` | ||
@@ -62,3 +65,2 @@ | ||
## RMWCProvider | ||
A provider for setting global options in RMWC. | ||
@@ -68,8 +70,10 @@ | ||
| Name | Type | Description | | ||
| ------------ | ---------------------------- | --------------------------------------------- | | ||
| `children` | `ReactNode` | Children to render | | ||
| `icon` | `Partial<IconOptions>` | Global options for icons | | ||
| `ripple` | `boolean` | Enable / Disable interaction ripples globally | | ||
| `tooltip` | `Partial<TooltipOptions>` | Global tooltip options | | ||
| `typography` | `Partial<TypographyOptions>` | Global typography options | | ||
| Name | Type | Description | | ||
|------|------|-------------| | ||
| `children` | `ReactNode` | Children to render | | ||
| `icon` | `Partial<IconOptions>` | Global options for icons | | ||
| `ripple` | `boolean` | Enable / Disable interaction ripples globally | | ||
| `tooltip` | `Partial<TooltipOptions>` | Global tooltip options | | ||
| `typography` | `Partial<TypographyOptions>` | Global typography options | | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76
6829
6
96
1
1
+ Added@rmwc/base@14.2.9(transitive)
+ Added@rmwc/types@14.2.9(transitive)
- Removed@rmwc/base@14.2.8(transitive)
- Removed@rmwc/types@14.2.8(transitive)
Updated@rmwc/base@14.2.9
Updated@rmwc/types@14.2.9