@remit/ui 0.0.160 → 0.0.161

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/ui",
3
- "version": "0.0.160",
3
+ "version": "0.0.161",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src"
@@ -248,6 +248,7 @@ export function AgendaFlow({
248
248
  <div
249
249
  ref={scroller}
250
250
  onScroll={handleScroll}
251
+ data-testid="agenda-strip"
251
252
  className={cn(
252
253
  "relative min-h-0 flex-1 overflow-y-auto bg-surface",
253
254
  className,