@zag-js/file-upload
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -252,2 +252,3 @@ "use strict"; | ||
id: dom.getTriggerId(state.context), | ||
"data-disabled": (0, import_dom_query2.dataAttr)(disabled), | ||
type: "button", | ||
@@ -286,2 +287,3 @@ onClick() { | ||
type: "button", | ||
"data-disabled": (0, import_dom_query2.dataAttr)(disabled), | ||
"aria-label": `Delete ${file.name} file`, | ||
@@ -288,0 +290,0 @@ onClick() { |
{ | ||
"name": "@zag-js/file-upload", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "Core logic for the file-upload widget implemented as a state machine", | ||
@@ -31,8 +31,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/anatomy": "0.12.0", | ||
"@zag-js/core": "0.12.0", | ||
"@zag-js/dom-query": "0.12.0", | ||
"@zag-js/visually-hidden": "0.12.0", | ||
"@zag-js/utils": "0.12.0", | ||
"@zag-js/types": "0.12.0" | ||
"@zag-js/anatomy": "0.13.0", | ||
"@zag-js/core": "0.13.0", | ||
"@zag-js/dom-query": "0.13.0", | ||
"@zag-js/visually-hidden": "0.13.0", | ||
"@zag-js/utils": "0.13.0", | ||
"@zag-js/types": "0.13.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
@@ -110,2 +110,3 @@ import { contains, dataAttr, isSelfEvent } from "@zag-js/dom-query" | ||
id: dom.getTriggerId(state.context), | ||
"data-disabled": dataAttr(disabled), | ||
type: "button", | ||
@@ -145,2 +146,3 @@ onClick() { | ||
type: "button", | ||
"data-disabled": dataAttr(disabled), | ||
"aria-label": `Delete ${file.name} file`, | ||
@@ -147,0 +149,0 @@ onClick() { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93782
1405
+ Added@zag-js/anatomy@0.13.0(transitive)
+ Added@zag-js/core@0.13.0(transitive)
+ Added@zag-js/dom-query@0.13.0(transitive)
+ Added@zag-js/store@0.13.0(transitive)
+ Added@zag-js/types@0.13.0(transitive)
+ Added@zag-js/utils@0.13.0(transitive)
+ Added@zag-js/visually-hidden@0.13.0(transitive)
- Removed@zag-js/anatomy@0.12.0(transitive)
- Removed@zag-js/core@0.12.0(transitive)
- Removed@zag-js/dom-query@0.12.0(transitive)
- Removed@zag-js/store@0.12.0(transitive)
- Removed@zag-js/types@0.12.0(transitive)
- Removed@zag-js/utils@0.12.0(transitive)
- Removed@zag-js/visually-hidden@0.12.0(transitive)
Updated@zag-js/anatomy@0.13.0
Updated@zag-js/core@0.13.0
Updated@zag-js/dom-query@0.13.0
Updated@zag-js/types@0.13.0
Updated@zag-js/utils@0.13.0