terra-section-header
Advanced tools
Comparing version 2.55.1 to 2.56.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.56.0 - (July 14, 2022) | ||
* Fixed | ||
* Fixed caret icon size to match similar components. | ||
## 2.55.1 - (January 4, 2022) | ||
@@ -7,0 +12,0 @@ |
@@ -34,3 +34,3 @@ "use strict"; | ||
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); } | ||
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); } | ||
@@ -55,3 +55,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
@@ -66,3 +66,3 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } | ||
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } | ||
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } | ||
@@ -225,3 +225,4 @@ var cx = _bind.default.bind(_SectionHeaderModule.default); | ||
className: cx('title') | ||
}, title) | ||
}, title), | ||
className: cx('title-arrange') | ||
})); | ||
@@ -228,0 +229,0 @@ /* eslint-enable jsx-a11y/no-static-element-interactions */ |
{ | ||
"name": "terra-section-header", | ||
"main": "lib/SectionHeader.js", | ||
"version": "2.55.1", | ||
"version": "2.56.0", | ||
"description": "Section Header component that contains text and can be optionally interacted with.", | ||
@@ -49,3 +49,3 @@ "repository": { | ||
}, | ||
"gitHead": "2b761729af5655a49c1f1cf8b6f4130d57f4ae30" | ||
"gitHead": "a7c88211833e8f180dec97341ef28bbdc590355e" | ||
} |
@@ -142,2 +142,3 @@ import React from 'react'; | ||
fill={<Element className={cx('title')}>{title}</Element>} | ||
className={cx('title-arrange')} | ||
/> | ||
@@ -144,0 +145,0 @@ </div> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
76864
423
0