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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.289",
3
+ "version": "0.0.290",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -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 hover:border-gray-400
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: {
@@ -60,6 +60,7 @@
60
60
  :id="id"
61
61
  ref="fileInputRef"
62
62
  type="file"
63
+ :disabled="disabled"
63
64
  :accept="accept"
64
65
  :multiple="multiple"
65
66
  v-bind="inputAttrs"
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.289",
4
+ "version": "0.0.290",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",