@copart/ops-tool-kit 1.12.18-alpha.4 → 1.12.18-alpha.5
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 +6 -1
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -47,7 +47,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
47
47
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
48
48
|
|
|
49
49
|
const name$1 = "@copart/ops-tool-kit";
|
|
50
|
-
const version$3 = "1.12.18-alpha.
|
|
50
|
+
const version$3 = "1.12.18-alpha.5";
|
|
51
51
|
const main$1 = "dist/ops-tool-kit.js";
|
|
52
52
|
const style = "dist/ops-tool-kit.css";
|
|
53
53
|
const files = [
|
|
@@ -25685,6 +25685,11 @@ function groupNotificationsByApp(notifications) {
|
|
|
25685
25685
|
}
|
|
25686
25686
|
groupMap.get(appName).push(notification);
|
|
25687
25687
|
});
|
|
25688
|
+
groupOrder.sort(function (a, b) {
|
|
25689
|
+
return a.localeCompare(b, undefined, {
|
|
25690
|
+
sensitivity: 'base'
|
|
25691
|
+
});
|
|
25692
|
+
});
|
|
25688
25693
|
return groupOrder.map(function (appName) {
|
|
25689
25694
|
var all = groupMap.get(appName);
|
|
25690
25695
|
return {
|