@julseb-lib/react 1.0.61 → 1.0.62

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.
@@ -433,6 +433,8 @@ type ILibInputCounterBase = Omit<LibComponentBase<HTMLInputElement>, "element">
433
433
  min?: number;
434
434
  max?: number;
435
435
  step?: number;
436
+ onClickPlus?: () => void;
437
+ onClickMinus?: () => void;
436
438
  type?: never;
437
439
  children?: never;
438
440
  };
@@ -433,6 +433,8 @@ type ILibInputCounterBase = Omit<LibComponentBase<HTMLInputElement>, "element">
433
433
  min?: number;
434
434
  max?: number;
435
435
  step?: number;
436
+ onClickPlus?: () => void;
437
+ onClickMinus?: () => void;
436
438
  type?: never;
437
439
  children?: never;
438
440
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [