@luscii-healthtech/web-ui 2.63.0 → 2.63.1
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.
|
@@ -2355,7 +2355,7 @@ var DragHandle = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
2355
2355
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
2356
2356
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
|
|
2357
2357
|
|
|
2358
|
-
var className = classNames(classes, "py-2", {
|
|
2358
|
+
var className = classNames(classes, "py-2 focus:outline-primary", {
|
|
2359
2359
|
"cursor-grab": !grabbing && !disabled,
|
|
2360
2360
|
"cursor-grabbing shadow-sm bg-slate-200": grabbing && !disabled,
|
|
2361
2361
|
"hover:bg-slate-200 hover:shadow-sm transition duration-200 rounded": !disabled,
|
|
@@ -2698,7 +2698,7 @@ var Dropzone = function Dropzone(_ref3) {
|
|
|
2698
2698
|
return /*#__PURE__*/React__default.createElement("button", {
|
|
2699
2699
|
onClick: onClick,
|
|
2700
2700
|
disabled: disabled,
|
|
2701
|
-
className: "block w-full"
|
|
2701
|
+
className: "block w-full rounded focus:outline-primary"
|
|
2702
2702
|
}, presentation);
|
|
2703
2703
|
}
|
|
2704
2704
|
|