Socket
Socket
Sign inDemoInstall

@superlogica/checkbox

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superlogica/checkbox - npm Package Compare versions

Comparing version 0.0.13 to 0.0.15

4

package.json
{
"name": "@superlogica/checkbox",
"version": "0.0.13",
"version": "0.0.15",
"description": "Checkbox - DSweb Superlogica",

@@ -16,3 +16,3 @@ "dependencies": {

"license": "MIT",
"gitHead": "7bac7cadb45ce78bcae1a4a57c014621b55273d3"
"gitHead": "52333ab3d9ef3908d156e1806025dc73d45fe052"
}

@@ -11,3 +11,3 @@ import React from "react";

margin: auto;
vertical-align: middle;
vertical-align: top;
`;

@@ -40,3 +40,3 @@

borderColor: props.checked ? props.theme.color.primary : props.theme.color.neutral400
}))`

@@ -43,0 +43,0 @@ transform: translateY(-1px);

@@ -57,3 +57,3 @@ "use strict";

function _templateObject() {
var data = _taggedTemplateLiteral(["\n fill: none;\n stroke: white;\n stroke-width: 2px;\n transition: 0.2s all linear;\n margin: auto;\n vertical-align: middle;\n"]);
var data = _taggedTemplateLiteral(["\n fill: none;\n stroke: white;\n stroke-width: 2px;\n transition: 0.2s all linear;\n margin: auto;\n vertical-align: top;\n"]);

@@ -60,0 +60,0 @@ _templateObject = function _templateObject() {

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