Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quoll/ui-components

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quoll/ui-components - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

CHANGELOG.md

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc