vueless 0.0.289 → 0.0.290
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,7 +3,9 @@ export default /*tw*/ {
|
|
|
3
3
|
dropzoneWrapper: {
|
|
4
4
|
base: `
|
|
5
5
|
p-3 size-auto w-full bg-white transition
|
|
6
|
-
rounded-dynamic border border-solid border-gray-300
|
|
6
|
+
rounded-dynamic border border-solid border-gray-300
|
|
7
|
+
hover:border-gray-400 hover:focus-within:border-brand-500 focus-within:border-brand-500
|
|
8
|
+
focus-within:ring-brand-700/15 focus-within:ring-dynamic focus-within:ring-offset-dynamic
|
|
7
9
|
`,
|
|
8
10
|
variants: {
|
|
9
11
|
error: {
|