@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.d.cts CHANGED
@@ -3060,6 +3060,7 @@ type BaseSelectProps<T, V extends SelectValue$1, L extends ReactNode> = {
3060
3060
  menuClassName?: string;
3061
3061
  dropdownClassName?: string;
3062
3062
  drawerClassName?: string;
3063
+ fieldsetClassName?: string;
3063
3064
  name?: string;
3064
3065
  width?: number | string;
3065
3066
  noOptionsMessage?: () => string | undefined;
package/dist/index.d.ts CHANGED
@@ -3060,6 +3060,7 @@ type BaseSelectProps<T, V extends SelectValue$1, L extends ReactNode> = {
3060
3060
  menuClassName?: string;
3061
3061
  dropdownClassName?: string;
3062
3062
  drawerClassName?: string;
3063
+ fieldsetClassName?: string;
3063
3064
  name?: string;
3064
3065
  width?: number | string;
3065
3066
  noOptionsMessage?: () => string | undefined;
package/dist/index.js CHANGED
@@ -13841,6 +13841,7 @@ function SelectInternal(props, ref) {
13841
13841
  menuClassName,
13842
13842
  dropdownClassName,
13843
13843
  drawerClassName,
13844
+ fieldsetClassName,
13844
13845
  name,
13845
13846
  width,
13846
13847
  noOptionsMessage,
@@ -14028,7 +14029,8 @@ function SelectInternal(props, ref) {
14028
14029
  label: resolvedLabel,
14029
14030
  tooltip,
14030
14031
  onClick: state.handleContainerClick,
14031
- labelClassName: leftIcon ? "pl-[28px]" : void 0
14032
+ labelClassName: leftIcon ? "pl-[28px]" : void 0,
14033
+ className: fieldsetClassName
14032
14034
  }
14033
14035
  ),
14034
14036
  /* @__PURE__ */ jsxs99(