@saasmakers/ui 1.4.31 → 1.4.32

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.
@@ -312,7 +312,6 @@ function selectOption(event: MouseEvent, value: string) {
312
312
  class="px-3"
313
313
  :placeholder="searchPlaceholder || t('search')"
314
314
  :size="size"
315
- type="search"
316
315
  @keyup="onSearchKeyup"
317
316
  />
318
317
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
- "version": "1.4.31",
3
+ "version": "1.4.32",
4
4
  "private": false,
5
5
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
6
6
  "license": "MIT",