@devseed-ui/form
Advanced tools
Comparing version 4.0.0 to 4.0.2
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
574387
3795