@trackunit/filters-filter-bar 0.0.382 → 0.0.384

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/index.cjs.js CHANGED
@@ -432,8 +432,8 @@ const ResetFiltersButton = ({ filtersHaveBeenApplied, resetFiltersToInitialState
432
432
 
433
433
  /**
434
434
  * Events — each with a name, and eventType.
435
- * Adding a Description is encouraged, amplitudeName is NOT, but here for legacy reasons.
436
- * Each entry must be made with createEvent to get get typed events
435
+ * Adding a Description is encouraged.
436
+ * Each entry must be made with createEvent to get typed events
437
437
  *
438
438
  * Pass an event type to createEvent to specify the interface e.g. specify
439
439
  * which properties are required/recommended when using logEvent() on said event
package/index.esm.js CHANGED
@@ -424,8 +424,8 @@ const ResetFiltersButton = ({ filtersHaveBeenApplied, resetFiltersToInitialState
424
424
 
425
425
  /**
426
426
  * Events — each with a name, and eventType.
427
- * Adding a Description is encouraged, amplitudeName is NOT, but here for legacy reasons.
428
- * Each entry must be made with createEvent to get get typed events
427
+ * Adding a Description is encouraged.
428
+ * Each entry must be made with createEvent to get typed events
429
429
  *
430
430
  * Pass an event type to createEvent to specify the interface e.g. specify
431
431
  * which properties are required/recommended when using logEvent() on said event
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-filter-bar",
3
- "version": "0.0.382",
3
+ "version": "0.0.384",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -5,8 +5,8 @@ export interface FilterEvent extends BaseEvent {
5
5
  }
6
6
  /**
7
7
  * Events — each with a name, and eventType.
8
- * Adding a Description is encouraged, amplitudeName is NOT, but here for legacy reasons.
9
- * Each entry must be made with createEvent to get get typed events
8
+ * Adding a Description is encouraged.
9
+ * Each entry must be made with createEvent to get typed events
10
10
  *
11
11
  * Pass an event type to createEvent to specify the interface e.g. specify
12
12
  * which properties are required/recommended when using logEvent() on said event