@artsy/cohesion 4.354.0 → 4.355.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.355.0 (Mon May 18 2026)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: add one-tap auth trigger #trivial [#694](https://github.com/artsy/cohesion/pull/694) ([@brainbicycle](https://github.com/brainbicycle))
6
+
7
+ #### Authors: 1
8
+
9
+ - Brian Beckerle ([@brainbicycle](https://github.com/brainbicycle))
10
+
11
+ ---
12
+
1
13
  # v4.354.0 (Fri May 08 2026)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -149,7 +149,7 @@ export declare enum AuthModalType {
149
149
  /**
150
150
  * The type of action that opened the authentication modal
151
151
  */
152
- export type AuthTrigger = "click" | "tap" | "timed" | "scroll";
152
+ export type AuthTrigger = "click" | "tap" | "timed" | "scroll" | "one-tap";
153
153
  /**
154
154
  * the service the user used to authenticate
155
155
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.354.0",
3
+ "version": "4.355.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {