@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.130 to 1.0.131
@@ -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 |
{ | ||
"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
131044
1699