vueless 0.0.183 → 0.0.184

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.183",
3
+ "version": "0.0.184",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -11,8 +11,8 @@ export default /*tw*/ {
11
11
  },
12
12
  dropzoneWrapper: {
13
13
  base: `
14
- size-auto w-full rounded border border-solid border-gray-300 bg-white
15
- p-4 px-5 py-6 hover:border-gray-400
14
+ size-auto w-full rounded-lg border border-solid border-gray-300 bg-white
15
+ p-4 px-5 py-6 transition-all hover:border-gray-400
16
16
  `,
17
17
  variants: {
18
18
  error: {
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.183",
4
+ "version": "0.0.184",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",