@stlhorizon/vue-ui 1.8.6 → 1.8.8
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/index.esm.js
CHANGED
|
@@ -10595,7 +10595,7 @@ const td = {
|
|
|
10595
10595
|
class: f(
|
|
10596
10596
|
E(x)(
|
|
10597
10597
|
"flex items-center px-3 py-2.5 rounded-lg text-sm font-medium transition-all duration-200 group relative",
|
|
10598
|
-
W(_) ? "bg-gradient-to-
|
|
10598
|
+
W(_) ? "bg-gradient-to-br from-blue-50 to-blue-100 text-blue-700 shadow-sm border border-blue-200" : "text-gray-700 hover:bg-gray-50 hover:text-gray-900 border border-transparent"
|
|
10599
10599
|
)
|
|
10600
10600
|
)
|
|
10601
10601
|
}, {
|
|
@@ -10683,7 +10683,7 @@ const td = {
|
|
|
10683
10683
|
class: f(
|
|
10684
10684
|
E(x)(
|
|
10685
10685
|
"flex items-center px-3 py-2.5 rounded-lg text-sm font-medium transition-all duration-200 group relative",
|
|
10686
|
-
W(_) ? "bg-gradient-to-
|
|
10686
|
+
W(_) ? "bg-gradient-to-br from-blue-50 to-blue-100 text-blue-700 shadow-sm border border-blue-200" : "text-gray-700 hover:bg-gray-50 hover:text-gray-900 border border-transparent"
|
|
10687
10687
|
)
|
|
10688
10688
|
)
|
|
10689
10689
|
}, {
|