@devseed-ui/collecticons
Advanced tools
Comparing version 0.10.0 to 0.11.0
# @devseed-ui/collecticons | ||
## 0.11.0 | ||
### Minor Changes | ||
- global loading, page-header, buttons, skins | ||
### Patch Changes | ||
- 662326e: Adds button groups and adds tests to other packages | ||
- Updated dependencies [undefined] | ||
- Updated dependencies [662326e] | ||
- @devseed-ui/button@2.3.0 | ||
## 0.10.0 | ||
### Minor Changes | ||
- Adds dropdown with collecticons |
{ | ||
"name": "@devseed-ui/collecticons", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "devseed UI Kit Collecticons", | ||
@@ -16,5 +16,5 @@ "browser": "./dist/index.web.js", | ||
"dependencies": { | ||
"@devseed-ui/button": "^2.2.1", | ||
"@devseed-ui/button": "^2.3.0", | ||
"collecticons-lib": "^2.1.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ import React from 'react'; | ||
import styled from 'styled-components'; | ||
import Button from '@devseed-ui/button'; | ||
import { Button } from '@devseed-ui/button'; | ||
@@ -8,0 +8,0 @@ import collecticon from '.'; |
import React from 'react'; | ||
import { storiesOf } from '@storybook/react'; | ||
import styled from 'styled-components'; | ||
import Button from '@devseed-ui/button'; | ||
import { Button } from '@devseed-ui/button'; | ||
@@ -6,0 +6,0 @@ import collecticon from '.'; |
import { css } from 'styled-components'; | ||
import '../node_modules/collecticons-lib/dist/styles/icons.css'; | ||
import '../../../node_modules/collecticons-lib/dist/styles/icons.css'; | ||
const catalog = require('./catalog.json'); | ||
@@ -4,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
284189
Updated@devseed-ui/button@^2.3.0