sprintify-ui 0.0.17 → 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.
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -2684,9 +2684,9 @@ 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
|
|
2687
|
+
class: z(["text-sm", [
|
|
2688
2688
|
{ "ml-3": p > 0 },
|
|
2689
|
-
b ? "text-
|
|
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
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
>
|
|
22
22
|
<a
|
|
23
23
|
:href="href"
|
|
24
|
-
class="text-sm
|
|
24
|
+
class="text-sm"
|
|
25
25
|
:class="[
|
|
26
26
|
{ 'ml-3': index > 0 },
|
|
27
27
|
isExactActive
|
|
28
|
-
? 'text-
|
|
28
|
+
? 'text-primary-600'
|
|
29
29
|
: 'text-slate-500 hover:text-slate-700',
|
|
30
30
|
]"
|
|
31
31
|
@click.prevent="navigate()"
|