@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.181 to 1.0.182
@@ -70,3 +70,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var getInputClassName = function getInputClassName(paddingHorizontal, ringColor, hasError) { | ||
return "\n w-full\n " + paddingHorizontal + "\n py-2\n border\n rounded-md\n bg-aleodoni-50\n " + (hasError ? 'border-red-600' : 'border-gray-50') + "\n placeholder-gray-200\n text-aleodoni-text\n focus:outline-none\n focus:ring-2\n " + ringColor + "\n "; | ||
return "\n w-full\n " + paddingHorizontal + "\n py-2\n border\n rounded-md\n bg-aleodoni-text\n bg-opacity-10\n " + (hasError ? 'border-red-600' : 'border-gray-300') + "\n placeholder-gray-300\n text-aleodoni-text\n focus:outline-none\n focus:ring-2\n " + ringColor + "\n "; | ||
}; | ||
@@ -159,3 +159,3 @@ var getIconClassName = function getIconClassName() { | ||
var className = "\n inline-flex\n items-center\n justify-between\n px-3\n py-2\n border\n rounded-md\n border-gray-50\n focus:outline-none\n focus:ring-2\n " + aleodoni_ringcolor + "\n " + aleodoni_bgcolor + "\n " + aleodoni_textcolor + "\n opacity-50\n transition-opacity\n duration-200\n hover:opacity-100\n "; | ||
var className = "\n shadow\n inline-flex\n items-center\n justify-between\n px-3\n py-2\n border\n rounded-md\n border-gray-50\n focus:outline-none\n focus:ring-2\n " + aleodoni_ringcolor + "\n " + aleodoni_bgcolor + "\n " + aleodoni_textcolor + "\n opacity-50\n transition-opacity\n duration-200\n hover:opacity-100\n "; | ||
var classNameIcon = "\n pointer-events-none\n w-5\n h-5\n "; | ||
@@ -162,0 +162,0 @@ return React__default.createElement("button", Object.assign({ |
@@ -68,3 +68,3 @@ import React, { useState, Fragment } from 'react'; | ||
var getInputClassName = function getInputClassName(paddingHorizontal, ringColor, hasError) { | ||
return "\n w-full\n " + paddingHorizontal + "\n py-2\n border\n rounded-md\n bg-aleodoni-50\n " + (hasError ? 'border-red-600' : 'border-gray-50') + "\n placeholder-gray-200\n text-aleodoni-text\n focus:outline-none\n focus:ring-2\n " + ringColor + "\n "; | ||
return "\n w-full\n " + paddingHorizontal + "\n py-2\n border\n rounded-md\n bg-aleodoni-text\n bg-opacity-10\n " + (hasError ? 'border-red-600' : 'border-gray-300') + "\n placeholder-gray-300\n text-aleodoni-text\n focus:outline-none\n focus:ring-2\n " + ringColor + "\n "; | ||
}; | ||
@@ -157,3 +157,3 @@ var getIconClassName = function getIconClassName() { | ||
var className = "\n inline-flex\n items-center\n justify-between\n px-3\n py-2\n border\n rounded-md\n border-gray-50\n focus:outline-none\n focus:ring-2\n " + aleodoni_ringcolor + "\n " + aleodoni_bgcolor + "\n " + aleodoni_textcolor + "\n opacity-50\n transition-opacity\n duration-200\n hover:opacity-100\n "; | ||
var className = "\n shadow\n inline-flex\n items-center\n justify-between\n px-3\n py-2\n border\n rounded-md\n border-gray-50\n focus:outline-none\n focus:ring-2\n " + aleodoni_ringcolor + "\n " + aleodoni_bgcolor + "\n " + aleodoni_textcolor + "\n opacity-50\n transition-opacity\n duration-200\n hover:opacity-100\n "; | ||
var classNameIcon = "\n pointer-events-none\n w-5\n h-5\n "; | ||
@@ -160,0 +160,0 @@ return React.createElement("button", Object.assign({ |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.181", | ||
"version": "1.0.182", | ||
"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
175833
2358