@seekho/ui 0.1.41 → 0.1.42

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.js CHANGED
@@ -354,7 +354,7 @@ function AutoComplete({
354
354
  ]
355
355
  }
356
356
  ),
357
- value && !disabled && /* @__PURE__ */ jsxRuntime.jsx(
357
+ value && !disabled && getOptionLabel(value) && /* @__PURE__ */ jsxRuntime.jsx(
358
358
  "button",
359
359
  {
360
360
  type: "button",
package/dist/index.mjs CHANGED
@@ -347,7 +347,7 @@ function AutoComplete({
347
347
  ]
348
348
  }
349
349
  ),
350
- value && !disabled && /* @__PURE__ */ jsx(
350
+ value && !disabled && getOptionLabel(value) && /* @__PURE__ */ jsx(
351
351
  "button",
352
352
  {
353
353
  type: "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekho/ui",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "Seekho internal UI component library",
5
5
  "keywords": [
6
6
  "seekho",