@useloops/design-system 1.4.70 → 1.4.71

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -218,6 +218,8 @@ interface ButtonProps {
218
218
  startIcon?: ReactElement;
219
219
  children: ButtonBaseProps['children'];
220
220
  onClick?: ButtonBaseProps['onClick'];
221
+ onMouseDown?: ButtonBaseProps['onMouseDown'];
222
+ onMouseUp?: ButtonBaseProps['onMouseUp'];
221
223
  type?: 'button' | 'submit' | 'reset';
222
224
  }
223
225
  declare const Button: FunctionComponent<ButtonProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.70",
3
+ "version": "1.4.71",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",