@chekinapp/ui 0.0.124 → 0.0.126
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 +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
] })
|
|
@@ -14200,6 +14201,7 @@ function SelectInternal(props, ref) {
|
|
|
14200
14201
|
menuClassName,
|
|
14201
14202
|
dropdownClassName,
|
|
14202
14203
|
drawerClassName,
|
|
14204
|
+
fieldsetClassName,
|
|
14203
14205
|
name,
|
|
14204
14206
|
width,
|
|
14205
14207
|
noOptionsMessage,
|
|
@@ -14387,7 +14389,8 @@ function SelectInternal(props, ref) {
|
|
|
14387
14389
|
label: resolvedLabel,
|
|
14388
14390
|
tooltip,
|
|
14389
14391
|
onClick: state.handleContainerClick,
|
|
14390
|
-
labelClassName: leftIcon ? "pl-[28px]" : void 0
|
|
14392
|
+
labelClassName: leftIcon ? "pl-[28px]" : void 0,
|
|
14393
|
+
className: fieldsetClassName
|
|
14391
14394
|
}
|
|
14392
14395
|
),
|
|
14393
14396
|
/* @__PURE__ */ (0, import_jsx_runtime158.jsxs)(
|