@remit/ui 0.0.136 → 0.0.137

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.136",
3
+ "version": "0.0.137",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src"
@@ -140,7 +140,7 @@ export const ComposeAddressField = ({
140
140
  }, [commitInput, suggest.dismiss]);
141
141
 
142
142
  return (
143
- <div className="relative">
143
+ <div className="relative" data-address-field={label}>
144
144
  <div className="flex items-start gap-2">
145
145
  <label
146
146
  htmlFor={`address-field-${label}`}