New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@potok/forms

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@potok/forms - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

2

components/Checkbox/styled/index.js

@@ -76,3 +76,3 @@ import styled, { css } from 'styled-components';

cursor: ${cursor};
color: ${ifProp('disabled', colors.N900, colors.N500)};
color: ${ifProp('disabled', colors.N600, colors.N900)};
transition: color 0.2s ease;

@@ -79,0 +79,0 @@ user-select: none;

@@ -12,3 +12,3 @@ import styled from 'styled-components';

font-size: 14px;
color: ${colors.N600};
color: ${colors.N900};
transition: color 0.2s ease;

@@ -23,3 +23,4 @@ background: transparent;

&:disabled {
background: transparent;
background: ${colors.N10};
color: ${colors.N600};
}

@@ -26,0 +27,0 @@ `;

{
"name": "@potok/forms",
"version": "0.0.24",
"version": "0.0.25",
"description": "Potok.io UI Kit Form Components",

@@ -5,0 +5,0 @@ "main": "./components/index.js",

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