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