sprintify-ui 0.0.17 → 0.0.18

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.
@@ -2686,7 +2686,7 @@ const Ar = {
2686
2686
  href: y,
2687
2687
  class: z(["text-sm text-slate-500", [
2688
2688
  { "ml-3": p > 0 },
2689
- b ? "text-blue-600" : "text-slate-500 hover:text-slate-700"
2689
+ b ? "text-primary-600" : "text-slate-500 hover:text-slate-700"
2690
2690
  ]]),
2691
2691
  onClick: Pe((I) => C(), ["prevent"])
2692
2692
  }, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -25,7 +25,7 @@
25
25
  :class="[
26
26
  { 'ml-3': index > 0 },
27
27
  isExactActive
28
- ? 'text-blue-600'
28
+ ? 'text-primary-600'
29
29
  : 'text-slate-500 hover:text-slate-700',
30
30
  ]"
31
31
  @click.prevent="navigate()"