Skip to content

Commit cf387b3

Browse files
Merge branch 'main' into al-stop-redirect-after-reject
2 parents 8dcc29c + 6bcf6d6 commit cf387b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/weak-cats-relate.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@guardian/libs': patch
3+
---
4+
5+
Adds new ACQUISITION_GUTTER OphanComponentTypes

libs/@guardian/libs/src/ophan/@types/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ export type OphanComponentType =
9797
| 'APP_FEATURE'
9898
| 'CARD'
9999
| 'CAROUSEL'
100-
| 'CONTAINER';
100+
| 'CONTAINER'
101+
| 'ACQUISITIONS_GUTTER';
101102

102103
export type OphanComponent = {
103104
componentType: OphanComponentType;

0 commit comments

Comments
 (0)