Comparing version 0.0.781 to 0.0.782
{ | ||
"name": "vueless", | ||
"version": "0.0.781", | ||
"version": "0.0.782", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.", |
@@ -68,2 +68,8 @@ export default /*tw*/ { | ||
}, | ||
chooseFileButtonError: { | ||
base: "{>chooseFileButton}", | ||
defaults: { | ||
color: "red", | ||
}, | ||
}, | ||
clearButton: { | ||
@@ -79,2 +85,8 @@ base: "{UButton}", | ||
}, | ||
clearButtonError: { | ||
base: "{>clearButton}", | ||
defaults: { | ||
color: "red", | ||
}, | ||
}, | ||
input: "sr-only", | ||
@@ -81,0 +93,0 @@ i18n: { |
Sorry, the diff of this file is not supported yet
1052787
21927