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

@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.27 to 0.0.28

4

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

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

"license": "MIT",
"gitHead": "fbee90925aa6fbca72b3a812b8f5ae1f95c804a9"
"gitHead": "af3179143ea7975ba01a691e0e69aee305be80d1"
}

@@ -63,3 +63,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: top;\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 width: 100%;\n height: 1em;\n"]);

@@ -108,3 +108,3 @@ _templateObject = function _templateObject() {

colors = _ref2.colors;
return "\n background: ".concat(colors.background, ";\n border: 1px solid ").concat(colors.borderColor, ";\n &:hover {\n border-color: ").concat(theme.color.primary, ";\n }\n ").concat(StyledCheckbox, "{\n background: ").concat(colors.backgroundDiv, ";\n }\n ").concat(StyledCheckbox, ":hover {\n box-shadow: 0 0 0 3px rgba(255,255,255,0.1);\n }\n ").concat(Icon, " {\n width: ").concat(theme.typography.lineHeight, ";\n height: ").concat(theme.typography.lineHeight, ";\n }");
return "\n background: ".concat(colors.background, ";\n border: 1px solid ").concat(colors.borderColor, ";\n &:hover {\n border-color: ").concat(theme.color.primary, ";\n }\n ").concat(StyledCheckbox, "{\n background: ").concat(colors.backgroundDiv, ";\n }\n ").concat(StyledCheckbox, ":hover {\n box-shadow: 0 0 0 3px rgba(255,255,255,0.1);\n }\n ");
});

@@ -111,0 +111,0 @@

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