@devseed-ui/collecticons
Advanced tools
Comparing version 1.0.0 to 2.0.0-rc.0
# @devseed-ui/collecticons | ||
## 2.0.0-rc.0 | ||
### Major Changes | ||
- Update styles to reflect theme changes | ||
## 1.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@devseed-ui/collecticons", | ||
"version": "1.0.0", | ||
"version": "2.0.0-rc.0", | ||
"description": "devseed UI Kit Collecticons", | ||
@@ -5,0 +5,0 @@ "browser": "./dist/index.web.js", |
import React from 'react'; | ||
import { storiesOf } from '@storybook/react'; | ||
import styled from 'styled-components'; | ||
import { DevseedUiThemeProvider } from '@devseed-ui/theme-provider'; | ||
import collecticon from '.'; | ||
import collecticon, { CollecticonsGlobalStyle } from '.'; | ||
@@ -14,3 +15,6 @@ const Icon = styled.span` | ||
storiesOf('Collecticons', module).add('Default', () => ( | ||
<Icon>Icon before the text</Icon> | ||
<DevseedUiThemeProvider> | ||
<CollecticonsGlobalStyle /> | ||
<Icon>Icon before the text</Icon> | ||
</DevseedUiThemeProvider> | ||
)); |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
82
0
111181
10
4