@atlaskit/interaction-context
Advanced tools
Comparing version 2.2.0 to 2.3.0
# @atlaskit/interaction-context | ||
## 2.3.0 | ||
### Minor Changes | ||
- [#180750](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/180750) | ||
[`a876090daed20`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a876090daed20) - | ||
Experimental UFO holds the third iteration | ||
## 2.2.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.2.0", | ||
"version": "2.3.0", | ||
"description": "Interaction context for handling tracing", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
9803