New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.130 to 1.0.131

1

build/helpers/searchselect.d.ts

@@ -16,4 +16,5 @@ import { ButtonHTMLAttributes } from 'react';

export declare const getIconClassName: () => string;
export declare const getArrowIconClassName: () => string;
export declare const getDivInputClassName: () => string;
export declare const getErrorTextClassName: () => string;
export declare const getMainDivClassName: () => string;

@@ -276,2 +276,5 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

};
var getArrowIconClassName = function getArrowIconClassName() {
return 'pointer-events-none w-5 h-5 mx-2';
};
var getDivInputClassName$1 = function getDivInputClassName() {

@@ -304,2 +307,3 @@ return "\n flex\n flex-col\n justify-center\n text-" + defaultTheme.input.borderColor + "\n focus-within:text-" + defaultTheme.focusWithin + "\n ";

var iconClassName = getIconClassName$1();
var arrowIconClassName = getArrowIconClassName();
var errorTextClassName = getErrorTextClassName$2();

@@ -321,3 +325,3 @@ var mainDivClassName = getMainDivClassName$2();

}, props), aleodoni_label), React.createElement(OutlineIcons.ArrowDownIcon, {
className: iconClassName
className: arrowIconClassName
})), hasError && React.createElement("span", {

@@ -324,0 +328,0 @@ className: errorTextClassName

@@ -275,2 +275,5 @@ import React from 'react';

};
var getArrowIconClassName = function getArrowIconClassName() {
return 'pointer-events-none w-5 h-5 mx-2';
};
var getDivInputClassName$1 = function getDivInputClassName() {

@@ -303,2 +306,3 @@ return "\n flex\n flex-col\n justify-center\n text-" + defaultTheme.input.borderColor + "\n focus-within:text-" + defaultTheme.focusWithin + "\n ";

var iconClassName = getIconClassName$1();
var arrowIconClassName = getArrowIconClassName();
var errorTextClassName = getErrorTextClassName$2();

@@ -320,3 +324,3 @@ var mainDivClassName = getMainDivClassName$2();

}, props), aleodoni_label), React.createElement(ArrowDownIcon, {
className: iconClassName
className: arrowIconClassName
})), hasError && React.createElement("span", {

@@ -323,0 +327,0 @@ className: errorTextClassName

2

package.json
{
"name": "@aleodoni-common/tailwind-components",
"version": "1.0.130",
"version": "1.0.131",
"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