@copart/ops-tool-kit 1.10.4-alpha.1 → 1.10.4-alpha.2
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 +2 -2
- 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.10.4-alpha.
|
|
36
|
+
const version$5 = "1.10.4-alpha.2";
|
|
37
37
|
const main$1 = "dist/ops-tool-kit.js";
|
|
38
38
|
const style = "dist/ops-tool-kit.css";
|
|
39
39
|
const files = [
|
|
@@ -38367,7 +38367,7 @@ var AppBar$1 = function AppBar(props) {
|
|
|
38367
38367
|
className: _getClassName(enableNewToolkitFeatures ? "copartLogoNew" : "copartLogo", _styleModuleImportMap$1, {
|
|
38368
38368
|
"handleMissingStyleName": "warn"
|
|
38369
38369
|
})
|
|
38370
|
-
}, React__default["default"].createElement(CopartLogo, null), !enableNewToolkitFeatures && !isAuthRoute ? React__default["default"].createElement("div", {
|
|
38370
|
+
}, React__default["default"].createElement(CopartLogo, null), React__default["default"].createElement("div", null, hasTouchSupport() ? "touch-".concat(viewPortHeight, "-").concat(height) : "noTouch-".concat(viewPortHeight, "-").concat(height)), !enableNewToolkitFeatures && !isAuthRoute ? React__default["default"].createElement("div", {
|
|
38371
38371
|
className: "utilities_ops-app-frame_AppBarComponent_AppBar--moduleName"
|
|
38372
38372
|
}, moduleName) : null, enableNewToolkitFeatures && showTitle ? React__default["default"].createElement("div", {
|
|
38373
38373
|
className: "utilities_ops-app-frame_AppBarComponent_AppBar--appTitle"
|