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

@aleodoni-common/tailwind-components

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleodoni-common/tailwind-components - npm Package Compare versions

Comparing version 1.0.183 to 1.0.184

2

build/index.js

@@ -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 " + (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 ";
return "\n w-full\n " + paddingHorizontal + "\n py-2\n border\n rounded-md\n bg-white\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 ";
};

@@ -73,0 +73,0 @@ var getIconClassName = function getIconClassName() {

@@ -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 " + (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 ";
return "\n w-full\n " + paddingHorizontal + "\n py-2\n border\n rounded-md\n bg-white\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 ";
};

@@ -71,0 +71,0 @@ var getIconClassName = function getIconClassName() {

{
"name": "@aleodoni-common/tailwind-components",
"version": "1.0.183",
"version": "1.0.184",
"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

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