@jobber/components 6.46.0 → 6.47.0

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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Checks if the event is a plain left click
3
+ * @param evt - The event to check
4
+ * @returns True if the event is a plain left click, false otherwise
5
+ */
6
+ export declare function isNormalClick(evt: React.MouseEvent<HTMLElement>): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.46.0",
3
+ "version": "6.47.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -534,5 +534,5 @@
534
534
  "> 1%",
535
535
  "IE 10"
536
536
  ],
537
- "gitHead": "06b587a6f7e93caf7b6e5a0aa8c191f3d7e1c208"
537
+ "gitHead": "268cff9bbf27b6c89040d01e537a303fdf920fce"
538
538
  }