terra-heading
Advanced tools
Comparing version 4.55.0 to 4.56.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.56.0 - (April 10, 2024) | ||
* Changed | ||
* Minor dependency version bump. | ||
## 4.55.0 - (February 15, 2024) | ||
@@ -7,0 +12,0 @@ |
@@ -18,3 +18,3 @@ "use strict"; | ||
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); } | ||
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; } | ||
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } | ||
@@ -21,0 +21,0 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } |
{ | ||
"name": "terra-heading", | ||
"version": "4.55.0", | ||
"version": "4.56.0", | ||
"description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.", | ||
@@ -28,3 +28,3 @@ "author": "Cerner Corporation", | ||
"prop-types": "^15.5.8", | ||
"terra-arrange": "^3.56.0" | ||
"terra-arrange": "^3.56.1-alpha.0" | ||
}, | ||
@@ -43,8 +43,16 @@ "peerDependencies": { | ||
"jest": "jest --config ../../jest.config.js", | ||
"wdio-default": "cd ../.. && terra wdio", | ||
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
"wdio:default": "cd ../.. && terra wdio", | ||
"wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion" | ||
}, | ||
"gitHead": "31ec38baf909fed741b41a204f7fa28884ab327e" | ||
"files": [ | ||
"lib", | ||
"src", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"gitHead": "46825bad5e7114663a59293a0653aa592997cd6b" | ||
} |
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
38514
15
201