@zag-js/file-upload
Advanced tools
Comparing version 0.0.0-dev-20230717122647 to 0.0.0-dev-20230717130339
@@ -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.0.0-dev-20230717122647", | ||
"version": "0.0.0-dev-20230717130339", | ||
"description": "Core logic for the file-upload widget implemented as a state machine", | ||
@@ -31,8 +31,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/anatomy": "0.0.0-dev-20230717122647", | ||
"@zag-js/core": "0.0.0-dev-20230717122647", | ||
"@zag-js/dom-query": "0.0.0-dev-20230717122647", | ||
"@zag-js/visually-hidden": "0.0.0-dev-20230717122647", | ||
"@zag-js/utils": "0.0.0-dev-20230717122647", | ||
"@zag-js/types": "0.0.0-dev-20230717122647" | ||
"@zag-js/anatomy": "0.0.0-dev-20230717130339", | ||
"@zag-js/core": "0.0.0-dev-20230717130339", | ||
"@zag-js/dom-query": "0.0.0-dev-20230717130339", | ||
"@zag-js/visually-hidden": "0.0.0-dev-20230717130339", | ||
"@zag-js/utils": "0.0.0-dev-20230717130339", | ||
"@zag-js/types": "0.0.0-dev-20230717130339" | ||
}, | ||
@@ -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
93908
1405
+ Added@zag-js/anatomy@0.0.0-dev-20230717130339(transitive)
+ Added@zag-js/core@0.0.0-dev-20230717130339(transitive)
+ Added@zag-js/dom-query@0.0.0-dev-20230717130339(transitive)
+ Added@zag-js/store@0.0.0-dev-20230717130339(transitive)
+ Added@zag-js/types@0.0.0-dev-20230717130339(transitive)
+ Added@zag-js/utils@0.0.0-dev-20230717130339(transitive)
+ Added@zag-js/visually-hidden@0.0.0-dev-20230717130339(transitive)
- Removed@zag-js/anatomy@0.0.0-dev-20230717122647(transitive)
- Removed@zag-js/core@0.0.0-dev-20230717122647(transitive)
- Removed@zag-js/dom-query@0.0.0-dev-20230717122647(transitive)
- Removed@zag-js/store@0.0.0-dev-20230717122647(transitive)
- Removed@zag-js/types@0.0.0-dev-20230717122647(transitive)
- Removed@zag-js/utils@0.0.0-dev-20230717122647(transitive)
- Removed@zag-js/visually-hidden@0.0.0-dev-20230717122647(transitive)