@ltht-react/admin-actions
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -25,3 +25,3 @@ "use strict"; | ||
} | ||
return (jsx_runtime_1.jsx(button_1.Button, { type: "button", title: "Perform Action", value: !adminAction.isLoading ? 'Perform Action' : 'Loading', icon: adminAction.isLoading && jsx_runtime_1.jsx(icon_1.SpinnerIcon, { size: "medium" }, void 0), onClick: function () { return actionClickHandler(adminAction); } }, void 0)); | ||
return (jsx_runtime_1.jsx(button_1.Button, { type: "button", title: "Perform Action", value: !adminAction.isLoading ? 'Perform Action' : 'Loading', icon: adminAction.isLoading && jsx_runtime_1.jsx(icon_1.SpinnerIcon, { size: "medium" }, void 0), onClick: adminAction.isLoading ? function () { return undefined; } : function () { return actionClickHandler(adminAction); } }, void 0)); | ||
}; | ||
@@ -28,0 +28,0 @@ exports.default = ActionButton; |
{ | ||
"name": "@ltht-react/admin-actions", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "ltht-react clinical AdminActions component.", | ||
@@ -30,12 +30,12 @@ "author": "LTHT", | ||
"@emotion/styled": "^11.0.0", | ||
"@ltht-react/button": "^1.3.118", | ||
"@ltht-react/hooks": "^1.0.108", | ||
"@ltht-react/icon": "^1.3.118", | ||
"@ltht-react/styles": "^1.3.110", | ||
"@ltht-react/type-summary": "^1.3.118", | ||
"@ltht-react/types": "^1.0.114", | ||
"@ltht-react/utils": "^1.1.116", | ||
"@ltht-react/button": "^1.3.119", | ||
"@ltht-react/hooks": "^1.0.109", | ||
"@ltht-react/icon": "^1.3.119", | ||
"@ltht-react/styles": "^1.3.111", | ||
"@ltht-react/type-summary": "^1.3.119", | ||
"@ltht-react/types": "^1.0.115", | ||
"@ltht-react/utils": "^1.1.117", | ||
"react": "^17.0.0" | ||
}, | ||
"gitHead": "61e0fbe9be8384645b888782595a44ca991dba4a" | ||
"gitHead": "956c06e0075eee9efdc28613e0315706ffdbf1d1" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10456
Updated@ltht-react/button@^1.3.119
Updated@ltht-react/hooks@^1.0.109
Updated@ltht-react/icon@^1.3.119
Updated@ltht-react/styles@^1.3.111
Updated@ltht-react/types@^1.0.115
Updated@ltht-react/utils@^1.1.117