@chekinapp/ui 0.0.124 → 0.0.125

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/dist/index.cjs CHANGED
@@ -12854,7 +12854,8 @@ function SelectFieldShell({
12854
12854
  {
12855
12855
  id: errorId,
12856
12856
  message: errorMessage,
12857
- className: "mt-[1px] text-[14px]"
12857
+ className: "mt-[1px] text-[14px]",
12858
+ "data-testid": name ? `${name}-error` : void 0
12858
12859
  }
12859
12860
  )
12860
12861
  ] })