@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.140 to 1.0.141
@@ -322,3 +322,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
className: iconClassName | ||
}), React.createElement("span", null, aleodoni_label), React.createElement(OutlineIcons.ArrowDownIcon, { | ||
}), React.createElement("span", null, aleodoni_label), React.createElement(OutlineIcons.ChevronDownIcon, { | ||
className: arrowIconClassName | ||
@@ -325,0 +325,0 @@ }))), hasError && React.createElement("span", { |
import React from 'react'; | ||
import * as SolidIcons from '@heroicons/react/solid'; | ||
import * as OutlineIcons from '@heroicons/react/outline'; | ||
import { SearchIcon, ArrowDownIcon } from '@heroicons/react/outline'; | ||
import { SearchIcon, ChevronDownIcon } from '@heroicons/react/outline'; | ||
import { useForm, Controller } from 'react-hook-form'; | ||
@@ -321,3 +321,3 @@ import NumberFormat from 'react-number-format'; | ||
className: iconClassName | ||
}), React.createElement("span", null, aleodoni_label), React.createElement(ArrowDownIcon, { | ||
}), React.createElement("span", null, aleodoni_label), React.createElement(ChevronDownIcon, { | ||
className: arrowIconClassName | ||
@@ -324,0 +324,0 @@ }))), hasError && React.createElement("span", { |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.140", | ||
"version": "1.0.141", | ||
"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
131448