@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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12494,7 +12494,8 @@ function SelectFieldShell({
|
|
|
12494
12494
|
{
|
|
12495
12495
|
id: errorId,
|
|
12496
12496
|
message: errorMessage,
|
|
12497
|
-
className: "mt-[1px] text-[14px]"
|
|
12497
|
+
className: "mt-[1px] text-[14px]",
|
|
12498
|
+
"data-testid": name ? `${name}-error` : void 0
|
|
12498
12499
|
}
|
|
12499
12500
|
)
|
|
12500
12501
|
] })
|