@true-engineering/true-react-common-ui-kit 4.0.0-alpha31 → 4.0.0-alpha32

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.
@@ -12567,7 +12567,9 @@
12567
12567
  allOptionsLabel: shouldShowAllOption && allOptionsLabel,
12568
12568
  areAllOptionsSelected,
12569
12569
  customListHeader: customHeader,
12570
- customListFooter: footer,
12570
+ customListFooter: trueReactPlatformHelpers.applyAction(footer, {
12571
+ filteredOptions
12572
+ }),
12571
12573
  noMatchesLabel,
12572
12574
  focusedIndex: focusedListCellIndex,
12573
12575
  activeValue: value,