@useblu/ocean-react 1.134.1 → 1.135.0

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/index.js CHANGED
@@ -302,8 +302,8 @@ var List = e.forwardRef(function (_a, ref) {
302
302
  List.displayName = 'List';
303
303
 
304
304
  var TransactionListItem = e.forwardRef(function (_a, ref) {
305
- var children = _a.children, level2 = _a.level2, level3 = _a.level3, level4 = _a.level4, icon = _a.icon, value = _a.value, positive = _a.positive, tags = _a.tags, time = _a.time, subItens = _a.subItens, className = _a.className, withChevron = _a.withChevron, readOnly = _a.readOnly, isLoading = _a.isLoading, rest = __rest$1(_a, ["children", "level2", "level3", "level4", "icon", "value", "positive", "tags", "time", "subItens", "className", "withChevron", "readOnly", "isLoading"]);
306
- return (e.createElement("div", __assign$1({ ref: ref, className: classNames('ods-transaction-list-item', { 'ods-transaction-list-item--chevron': withChevron }, { 'ods-transaction-list-item--readonly': readOnly }, { 'ods-transaction-list-item--isloading': isLoading }, className) }, rest),
305
+ var children = _a.children, level2 = _a.level2, level3 = _a.level3, level4 = _a.level4, icon = _a.icon, value = _a.value, positive = _a.positive, tags = _a.tags, time = _a.time, subItens = _a.subItens, className = _a.className, withChevron = _a.withChevron, readOnly = _a.readOnly, isLoading = _a.isLoading, _b = _a.isInverted, isInverted = _b === void 0 ? false : _b, rest = __rest$1(_a, ["children", "level2", "level3", "level4", "icon", "value", "positive", "tags", "time", "subItens", "className", "withChevron", "readOnly", "isLoading", "isInverted"]);
306
+ return (e.createElement("div", __assign$1({ ref: ref, className: classNames('ods-transaction-list-item', { 'ods-transaction-list-item--chevron': withChevron }, { 'ods-transaction-list-item--readonly': readOnly }, { 'ods-transaction-list-item--isloading': isLoading }, { 'ods-transaction-list-item--inverted': isInverted }, className) }, rest),
307
307
  e.createElement("div", { className: "ods-transaction-list-item__content" },
308
308
  icon && e.createElement("div", { className: "ods-transaction-list-item__icon" }, icon),
309
309
  e.createElement("div", { className: "ods-transaction-list-item__information ".concat(icon ? 'ods-transaction-list-item__information--with-icon' : '') },