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.js CHANGED
@@ -2546,7 +2546,7 @@ var FilterResetPanel = /** @class */ (function (_super) {
2546
2546
  configurable: true,
2547
2547
  writable: true,
2548
2548
  value: {
2549
- buttonText: 'Show all',
2549
+ buttonText: 'Remove filter',
2550
2550
  buttonClass: classNames__default["default"]('btn', 'btn-secondary', 'btn-sm'),
2551
2551
  className: classNames__default["default"]('alert', 'alert-success', styles$7.filterResetPanel),
2552
2552
  }