sprintify-ui 0.0.18 → 0.0.19

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.
@@ -2684,7 +2684,7 @@ const Ar = {
2684
2684
  default: W(({ href: y, navigate: C, isExactActive: b }) => [
2685
2685
  x("a", {
2686
2686
  href: y,
2687
- class: z(["text-sm text-slate-500", [
2687
+ class: z(["text-sm", [
2688
2688
  { "ml-3": p > 0 },
2689
2689
  b ? "text-primary-600" : "text-slate-500 hover:text-slate-700"
2690
2690
  ]]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -21,7 +21,7 @@
21
21
  >
22
22
  <a
23
23
  :href="href"
24
- class="text-sm text-slate-500"
24
+ class="text-sm"
25
25
  :class="[
26
26
  { 'ml-3': index > 0 },
27
27
  isExactActive