@innertia-solutions/nuxt-theme-spark 0.1.54 → 0.1.55

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.
@@ -6,7 +6,7 @@ defineProps<{
6
6
  </script>
7
7
 
8
8
  <template>
9
- <div class="flex items-center justify-between bg-white dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-xl px-5 py-4">
9
+ <div class="flex items-center justify-between bg-white dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-2xl shadow-sm px-5 py-4">
10
10
  <div class="flex items-center gap-x-4">
11
11
  <slot name="icon" />
12
12
  <div>
@@ -91,7 +91,7 @@ defineExpose({ getSelectedRows, reload, clearCache, exportTable, tableRef })
91
91
  <template>
92
92
  <div class="relative">
93
93
  <!-- Card -->
94
- <div class="bg-white dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-xl overflow-hidden">
94
+ <div class="bg-white dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-2xl shadow-sm overflow-hidden">
95
95
  <!-- Toolbar -->
96
96
  <div class="flex flex-wrap items-center gap-3 px-4 py-3 border-b border-slate-200 dark:border-slate-700">
97
97
  <!-- Search -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innertia-solutions/nuxt-theme-spark",
3
- "version": "0.1.54",
3
+ "version": "0.1.55",
4
4
  "description": "Innertia Solutions — Spark theme: backoffice, landing and mobile components and layouts",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -43,4 +43,4 @@
43
43
  "nuxt": "^4.4.2",
44
44
  "vue": "^3.5.0"
45
45
  }
46
- }
46
+ }