@quoll/ui-components
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@quoll/ui-components", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Design System for the client package", | ||
@@ -52,3 +52,3 @@ "main": "dist/bundle.js", | ||
}, | ||
"gitHead": "cce19457df74d30744b504723b75893a7b94c202" | ||
"gitHead": "5d350c3f8a1fda859358203483d08079289a9c17" | ||
} |
@@ -9,2 +9,3 @@ import { | ||
} from 'react-icons/md' | ||
import styled from 'styled-components' | ||
@@ -27,3 +28,5 @@ const icons = { | ||
return { | ||
[name]: C, | ||
[name]: styled(C)` | ||
display: block; | ||
`, | ||
...prev, | ||
@@ -30,0 +33,0 @@ } |
@@ -9,2 +9,3 @@ import React from 'react' | ||
({ theme: { colors }, disabled }) => css` | ||
display: block; | ||
border: none; | ||
@@ -11,0 +12,0 @@ background: transparent; |
Sorry, the diff of this file is too big to display
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
2439490
24
17734