@6thbridge/hexa 0.0.0-pr80-152 → 0.0.0-pr80-154

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.d.mts CHANGED
@@ -685,6 +685,7 @@ type FilterContentProps = {
685
685
  values?: FilterValues;
686
686
  onChange?: (values: FilterValues) => void;
687
687
  onApply?: (values: FilterValues) => void;
688
+ onReset?: () => void;
688
689
  id?: string;
689
690
  setAppliedFilters?: (values: FilterValues) => void;
690
691
  };
package/dist/index.d.ts CHANGED
@@ -685,6 +685,7 @@ type FilterContentProps = {
685
685
  values?: FilterValues;
686
686
  onChange?: (values: FilterValues) => void;
687
687
  onApply?: (values: FilterValues) => void;
688
+ onReset?: () => void;
688
689
  id?: string;
689
690
  setAppliedFilters?: (values: FilterValues) => void;
690
691
  };