@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -28,3 +28,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
ringColor = _props$ringColor === void 0 ? 'blue-300' : _props$ringColor; | ||
var className = "w-full px-3 py-2 border rounded-md border-gray-300 placeholder-gray-300 text-gray-900 focus:outline-none focus:ring focus:border-" + ringColor; | ||
var className = "w-full px-3 py-2 border rounded-md border-gray-300 placeholder-gray-300 text-gray-900 focus:outline-none focus:ring-4 focus:ring-" + ringColor; | ||
return React.createElement("input", Object.assign({ | ||
@@ -31,0 +31,0 @@ type: "text", |
@@ -26,3 +26,3 @@ import React from 'react'; | ||
ringColor = _props$ringColor === void 0 ? 'blue-300' : _props$ringColor; | ||
var className = "w-full px-3 py-2 border rounded-md border-gray-300 placeholder-gray-300 text-gray-900 focus:outline-none focus:ring focus:border-" + ringColor; | ||
var className = "w-full px-3 py-2 border rounded-md border-gray-300 placeholder-gray-300 text-gray-900 focus:outline-none focus:ring-4 focus:ring-" + ringColor; | ||
return React.createElement("input", Object.assign({ | ||
@@ -29,0 +29,0 @@ type: "text", |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"main": "./build/index.js", | ||
@@ -5,0 +5,0 @@ "module": "build/index.modern.js", |
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
25121