@innertia-solutions/nuxt-theme-spark 0.1.34 → 0.1.35

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.
@@ -92,15 +92,12 @@ defineExpose({ getSelectedRows, reload, clearCache, exportTable, tableRef })
92
92
  <!-- Toolbar -->
93
93
  <div class="flex flex-wrap items-center gap-3 px-4 py-3 border-b border-slate-200 dark:border-slate-700">
94
94
  <!-- Search -->
95
- <div v-if="showSearch" class="relative flex-1 min-w-48">
96
- <div class="absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
97
- <IconSearch class="size-4 text-slate-400" stroke="1.5" />
98
- </div>
99
- <input
95
+ <div v-if="showSearch" class="flex-1 min-w-48">
96
+ <Forms.Input
100
97
  v-model="search"
101
98
  type="search"
102
99
  :placeholder="searchPlaceholder"
103
- class="block w-full rounded-lg border border-slate-200 dark:border-slate-700 bg-slate-50 dark:bg-slate-900 text-slate-900 dark:text-white py-1.5 ps-9 pe-4 text-sm focus:outline-none focus:ring-1 focus:ring-blue-500 focus:border-blue-500"
100
+ :icon-left="IconSearch"
104
101
  />
105
102
  </div>
106
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innertia-solutions/nuxt-theme-spark",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "description": "Innertia Solutions — Spark theme: backoffice, landing and mobile components and layouts",
5
5
  "keywords": [
6
6
  "nuxt",