terra-base
Advanced tools
Comparing version 5.31.0 to 5.32.0
@@ -7,2 +7,8 @@ ChangeLog | ||
5.32.0 - (April 22, 2020) | ||
------------------ | ||
### Changed | ||
* Updated documentation links | ||
* Removed extra lines from README | ||
5.31.0 - (March 31, 2020) | ||
@@ -9,0 +15,0 @@ ------------------ |
@@ -32,2 +32,6 @@ "use strict"; | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } | ||
@@ -43,6 +47,2 @@ | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
var propTypes = { | ||
@@ -49,0 +49,0 @@ /** |
@@ -24,2 +24,6 @@ "use strict"; | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } | ||
@@ -35,6 +39,2 @@ | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
var customMessages = { | ||
@@ -41,0 +41,0 @@ en: { |
{ | ||
"name": "terra-base", | ||
"main": "lib/Base.js", | ||
"version": "5.31.0", | ||
"version": "5.32.0", | ||
"description": "The base component sets minimal global styles for an application.", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-i18n": "^4.26.0" | ||
"terra-i18n": "^4.27.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "scripts": { | ||
}, | ||
"gitHead": "53b691e18d215fd8fd10da8cf03a22a0c3876f4e" | ||
"gitHead": "260525965e8cadfcb40b9acf10cecf8731d8489c" | ||
} |
@@ -6,6 +6,6 @@ # Terra Base | ||
The `terra-base` component is a core feature for any apps built with Terra UI. The base component handles two concerns, application internationalization and global styles. Read the [terra-base docs]((https://github.com/cerner/terra-core/tree/master/packages/terra-base/docs)) to learn more about the component. | ||
The `terra-base` component is a core feature for any apps built with Terra UI. The base component handles two concerns, application internationalization and global styles. Read the [terra-base docs](https://engineering.cerner.com/terra-ui/components/terra-base/base/base) to learn more about the component. | ||
- [Getting Started](#getting-started) | ||
- [Documentation](https://github.com/cerner/terra-core/tree/master/packages/terra-base/docs) | ||
- [Documentation](https://engineering.cerner.com/terra-ui/components/terra-base/base/base) | ||
- [LICENSE](#license) | ||
@@ -29,4 +29,2 @@ | ||
<!-- AUTO-GENERATED-CONTENT:END --> | ||
@@ -33,0 +31,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
68923
39
Updatedterra-i18n@^4.27.0