react-mutation-mapper 0.8.73 → 0.8.75

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/dist/index.es.js CHANGED
@@ -2509,7 +2509,7 @@ var FilterResetPanel = /** @class */ (function (_super) {
2509
2509
  configurable: true,
2510
2510
  writable: true,
2511
2511
  value: {
2512
- buttonText: 'Show all',
2512
+ buttonText: 'Remove filter',
2513
2513
  buttonClass: classNames('btn', 'btn-secondary', 'btn-sm'),
2514
2514
  className: classNames('alert', 'alert-success', styles$7.filterResetPanel),
2515
2515
  }