@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.89 to 1.0.90
@@ -78,3 +78,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var getErrorTextClassName = function getErrorTextClassName() { | ||
return "\n text-xs,\n text-" + defaultTheme.errorColor + "\n "; | ||
return "\n text-xs\n text-" + defaultTheme.errorColor + "\n "; | ||
}; | ||
@@ -81,0 +81,0 @@ |
@@ -75,3 +75,3 @@ import React, { useState } from 'react'; | ||
var getErrorTextClassName = function getErrorTextClassName() { | ||
return "\n text-xs,\n text-" + defaultTheme.errorColor + "\n "; | ||
return "\n text-xs\n text-" + defaultTheme.errorColor + "\n "; | ||
}; | ||
@@ -78,0 +78,0 @@ |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.89", | ||
"version": "1.0.90", | ||
"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
85858
1295