@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.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
@@ -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
  ] })
@@ -13840,6 +13841,7 @@ function SelectInternal(props, ref) {
13840
13841
  menuClassName,
13841
13842
  dropdownClassName,
13842
13843
  drawerClassName,
13844
+ fieldsetClassName,
13843
13845
  name,
13844
13846
  width,
13845
13847
  noOptionsMessage,
@@ -14027,7 +14029,8 @@ function SelectInternal(props, ref) {
14027
14029
  label: resolvedLabel,
14028
14030
  tooltip,
14029
14031
  onClick: state.handleContainerClick,
14030
- labelClassName: leftIcon ? "pl-[28px]" : void 0
14032
+ labelClassName: leftIcon ? "pl-[28px]" : void 0,
14033
+ className: fieldsetClassName
14031
14034
  }
14032
14035
  ),
14033
14036
  /* @__PURE__ */ jsxs99(