lizaui 10.0.75 → 10.0.76

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.
@@ -1 +1 @@
1
- {"version":3,"file":"option-item.d.ts","sourceRoot":"","sources":["../../../../src/components/select-input/sub-component/option-item.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAc,MAAM,cAAc,CAAC;AAS5D,eAAO,MAAM,YAAY,GAAI,OAAO,WAAW,CAAC,GAAG,CAAC,gCA8DnD,CAAC"}
1
+ {"version":3,"file":"option-item.d.ts","sourceRoot":"","sources":["../../../../src/components/select-input/sub-component/option-item.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAc,MAAM,cAAc,CAAC;AAS5D,eAAO,MAAM,YAAY,GAAI,OAAO,WAAW,CAAC,GAAG,CAAC,gCAkDnD,CAAC"}
@@ -5072,7 +5072,7 @@ const CustomOption = (props) => {
5072
5072
  let t5;
5073
5073
  if ($[17] !== RightAdornment || $[18] !== childrenOption || $[19] !== data || $[20] !== isSelected || $[21] !== label) {
5074
5074
  t5 = childrenOption ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between w-full gap-2", children: [
5075
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "min-w-0", children: childrenOption({
5075
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full", children: childrenOption({
5076
5076
  data,
5077
5077
  isSelected
5078
5078
  }) }),