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

@devseed-ui/form

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devseed-ui/form - npm Package Compare versions

Comparing version 4.0.0 to 4.0.2

2

dist/index.cjs.js

@@ -232,3 +232,3 @@ 'use strict';

componentId: "sc-52ed1q-0"
})(["", " font:inherit;height:auto;width:auto;margin:0;&[type='number']{-moz-appearance:textfield;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}}"], createFormSkinStyles$1);
})(["", " font:inherit;height:auto;width:auto;margin:0;"], createFormSkinStyles$1);
var FormInput$1 = FormInput;

@@ -235,0 +235,0 @@

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

componentId: "sc-52ed1q-0"
})(["", " font:inherit;height:auto;width:auto;margin:0;&[type='number']{-moz-appearance:textfield;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}}"], createFormSkinStyles$1);
})(["", " font:inherit;height:auto;width:auto;margin:0;"], createFormSkinStyles$1);
var FormInput$1 = FormInput;

@@ -225,0 +225,0 @@

{
"name": "@devseed-ui/form",
"version": "4.0.0",
"version": "4.0.2",
"description": "devseed UI Kit Form",

@@ -32,7 +32,7 @@ "main": "dist/index.cjs.js",

"@devseed-ui/animation": "^4.0.0",
"@devseed-ui/collecticons": "^4.0.0",
"@devseed-ui/theme-provider": "^4.0.0",
"@devseed-ui/typography": "^4.0.0"
"@devseed-ui/collecticons": "^4.0.2",
"@devseed-ui/theme-provider": "^4.0.2",
"@devseed-ui/typography": "^4.0.2"
},
"gitHead": "6d2abc5d6d83c14f401f0c29fc01d9a6888bdf8f"
"gitHead": "cf6177d43da930ba89fc096854cdbf48e9f8ce48"
}

@@ -7,3 +7,2 @@ import styled from 'styled-components';

${createFormSkinStyles}
font: inherit;

@@ -13,19 +12,4 @@ height: auto;

margin: 0;
/* Type number control
Remove number arrows form numeric text fields
========================================================================== */
&[type='number'] {
-moz-appearance: textfield;
/* Webkit specific */
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
}
`;
export default FormInput;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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