terra-clinical-header
Advanced tools
Comparing version 3.23.0 to 3.24.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 3.24.0 - (July 21, 2021) | ||
* Changed | ||
* Updated Jest command | ||
## 3.23.0 - (March 25, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -22,7 +22,9 @@ "use strict"; | ||
var _excluded = ["children", "title", "startContent", "endContent", "isSubheader"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
@@ -78,3 +80,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
isSubheader = _ref.isSubheader, | ||
customProps = _objectWithoutProperties(_ref, ["children", "title", "startContent", "endContent", "isSubheader"]); | ||
customProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -81,0 +83,0 @@ var theme = (0, _react.useContext)(_terraThemeContext.default); |
{ | ||
"name": "terra-clinical-header", | ||
"main": "lib/Header.js", | ||
"version": "3.23.0", | ||
"version": "3.24.0", | ||
"description": "A Header component that allows elements to be placed on the left and right ends of the header with a left aligned title in the center. ", | ||
@@ -42,3 +42,3 @@ "repository": { | ||
"test": "npm run lint && npm run jest && npm run wdio", | ||
"jest": "jest --config ../../jestconfig.js", | ||
"jest": "jest --config ../../jest.config.js", | ||
"wdio-default": "cd ../.. && npx wdio", | ||
@@ -49,3 +49,3 @@ "wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio", | ||
}, | ||
"gitHead": "48a0fc05621e4744ce29a65417278eab72262a9e" | ||
"gitHead": "65c6df407049577f47cef244a0b7e3c38617647f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64515
727