@aacigroup/aaci_shared 2.8.0 → 2.8.1

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -74,7 +74,7 @@ function ContactForm() {
74
74
  });
75
75
 
76
76
  // Track analytics event
77
- analytics.trackEvent('form_submitted', { form_type: 'contact' });
77
+ analytics.trackEvent('contact', { has_email: !!email });
78
78
  };
79
79
 
80
80
  // Check if user has previously stored data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aacigroup/aaci_shared",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "Shared tracking utilities for AACI Group projects with React Context support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",