@copart/ops-tool-kit 1.8.1-alpha.14 → 1.8.1-alpha.15
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/dist/ops-tool-kit.js +7 -4
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -33,7 +33,7 @@ var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
|
|
|
33
33
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
34
34
|
|
|
35
35
|
const name$f = "@copart/ops-tool-kit";
|
|
36
|
-
const version$5 = "1.8.1-alpha.
|
|
36
|
+
const version$5 = "1.8.1-alpha.15";
|
|
37
37
|
const main$1 = "dist/ops-tool-kit.js";
|
|
38
38
|
const style = "dist/ops-tool-kit.css";
|
|
39
39
|
const files = [
|
|
@@ -35699,7 +35699,8 @@ var Notifications = function Notifications(_ref) {
|
|
|
35699
35699
|
_onDismiss = _ref.onDismiss;
|
|
35700
35700
|
_ref.children;
|
|
35701
35701
|
var showSideBar = _ref.showSideBar,
|
|
35702
|
-
ActionComponent = _ref.ActionComponent
|
|
35702
|
+
ActionComponent = _ref.ActionComponent,
|
|
35703
|
+
saveActionComponentState = _ref.saveActionComponentState;
|
|
35703
35704
|
|
|
35704
35705
|
var _useState = React.useState(0),
|
|
35705
35706
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -35739,7 +35740,8 @@ var Notifications = function Notifications(_ref) {
|
|
|
35739
35740
|
i === last && setI(i - 1);
|
|
35740
35741
|
}
|
|
35741
35742
|
}, notification, {
|
|
35742
|
-
ActionComponent: ActionComponent
|
|
35743
|
+
ActionComponent: ActionComponent,
|
|
35744
|
+
saveActionComponentState: saveActionComponentState
|
|
35743
35745
|
})) : null, notifications.length > 0 && showSideBar ? notifications.map(function (notification) {
|
|
35744
35746
|
return React__default["default"].createElement(Banner, _extends({
|
|
35745
35747
|
key: notification.notificationId,
|
|
@@ -35751,7 +35753,8 @@ var Notifications = function Notifications(_ref) {
|
|
|
35751
35753
|
}
|
|
35752
35754
|
}, notification, {
|
|
35753
35755
|
showSideBar: showSideBar,
|
|
35754
|
-
ActionComponent: ActionComponent
|
|
35756
|
+
ActionComponent: ActionComponent,
|
|
35757
|
+
saveActionComponentState: saveActionComponentState
|
|
35755
35758
|
}));
|
|
35756
35759
|
}) : null);
|
|
35757
35760
|
};
|