@copart/ops-tool-kit 1.6.9 → 1.7.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.
@@ -33,7 +33,7 @@ var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
33
33
  var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
34
34
 
35
35
  const name$e = "@copart/ops-tool-kit";
36
- const version$3 = "1.6.9";
36
+ const version$3 = "1.7.1";
37
37
  const main = "dist/ops-tool-kit.js";
38
38
  const style = "dist/ops-tool-kit.css";
39
39
  const files = [
@@ -67,9 +67,9 @@ const devDependencies = {
67
67
  "@babel/runtime": "7.0.0",
68
68
  "@rollup/plugin-babel": "^5.0.3",
69
69
  "@rollup/plugin-commonjs": "^13.0.0",
70
- "@rollup/plugin-node-resolve": "^8.4.0",
71
- "@rollup/plugin-json": "^4.1.0",
72
70
  "@rollup/plugin-image": "2.0.5",
71
+ "@rollup/plugin-json": "^4.1.0",
72
+ "@rollup/plugin-node-resolve": "^8.4.0",
73
73
  autoprefixer: "9.4.2",
74
74
  "babel-jest": "23.6.0",
75
75
  "babel-loader": "8.0.4",
@@ -89,8 +89,8 @@ const devDependencies = {
89
89
  "rollup-plugin-postcss": "^3.1.3"
90
90
  };
91
91
  const peerDependencies = {
92
- react: "*",
93
- "@copart/core-components": "^1.4.47"
92
+ "@copart/core-components": "^1.4.47",
93
+ react: "*"
94
94
  };
95
95
  const dependencies = {
96
96
  "@reacting/purist": "0.1.0",
@@ -106,8 +106,8 @@ const dependencies = {
106
106
  "office-ui-fabric-react": "7.105.5",
107
107
  querystringify: "^2.0.0",
108
108
  ramda: "0.26.1",
109
- "react-portal": "^4.2.0",
110
109
  "react-modal": "3.11.2",
110
+ "react-portal": "^4.2.0",
111
111
  "set-value": "^3.0.0",
112
112
  "storage-changed": "^2.0.0",
113
113
  warning: "^4.0.1"
@@ -25130,7 +25130,7 @@ var generateAppBarElements = function generateAppBarElements(props, showCallout)
25130
25130
  name: "emoji_objects",
25131
25131
  variant: "material",
25132
25132
  style: {
25133
- color: 'white',
25133
+ color: 'yellow',
25134
25134
  fontSize: '29px'
25135
25135
  }
25136
25136
  })));
@@ -30491,10 +30491,7 @@ var AppBar = function AppBar(_ref) {
30491
30491
 
30492
30492
  var handleHelpClick = function handleHelpClick() {
30493
30493
  var country = storage$1.getSessionItem('dashboard', 'selectedCountryA3code');
30494
- browserCookies.set('mihelpCountry', country.toLowerCase(), {
30495
- domain: '.copart.com'
30496
- });
30497
- var uri = mihelpAppPath ? "".concat(coreAppConfig.mihelpUri, "/applications/").concat(mihelpAppPath) : coreAppConfig.mihelpUri;
30494
+ var uri = mihelpAppPath ? "".concat(coreAppConfig.mihelpUri, "/applications/").concat(mihelpAppPath, "?re=").concat(country.toLowerCase()) : "".concat(coreAppConfig.mihelpUri, "?re=").concat(country.toLowerCase());
30498
30495
  window.open(uri, "_blank");
30499
30496
  };
30500
30497