@atlaskit/interaction-context
Advanced tools
Comparing version 2.4.0 to 2.5.0
# @atlaskit/interaction-context | ||
## 2.5.0 | ||
### Minor Changes | ||
- [#99207](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99207) | ||
[`59963df2ae2f3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/59963df2ae2f3) - | ||
Experimental UFO holds | ||
## 2.4.0 | ||
@@ -4,0 +12,0 @@ |
/// <reference types="react" /> | ||
export interface InteractionContextType { | ||
/** | ||
* Hold a in-progress interaction | ||
* Hold an in-progress interaction | ||
* | ||
@@ -22,6 +22,6 @@ * Usage: | ||
*/ | ||
hold(name: string | undefined): void | (() => void); | ||
hold(name?: string): void | (() => void); | ||
/** | ||
* Trace a press event | ||
* Measures from your trigger (e.g. a button click) | ||
* Measures from your trigger (e.g., a button click) | ||
* | ||
@@ -28,0 +28,0 @@ * Usage: |
/// <reference types="react" /> | ||
export interface InteractionContextType { | ||
/** | ||
* Hold a in-progress interaction | ||
* Hold an in-progress interaction | ||
* | ||
@@ -22,6 +22,6 @@ * Usage: | ||
*/ | ||
hold(name: string | undefined): void | (() => void); | ||
hold(name?: string): void | (() => void); | ||
/** | ||
* Trace a press event | ||
* Measures from your trigger (e.g. a button click) | ||
* Measures from your trigger (e.g., a button click) | ||
* | ||
@@ -28,0 +28,0 @@ * Usage: |
{ | ||
"name": "@atlaskit/interaction-context", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Interaction context for handling tracing", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
10368