@idealyst/mcp-server 1.2.130 → 1.2.131
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/{chunk-6VJRQEWM.js → chunk-L3TA6GOW.js} +2 -2
- package/dist/{chunk-6VJRQEWM.js.map → chunk-L3TA6GOW.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tools/index.cjs +1 -1
- package/dist/tools/index.cjs.map +1 -1
- package/dist/tools/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
package/dist/tools/index.cjs
CHANGED
|
@@ -13530,7 +13530,7 @@ export function TabLayout({ routes, currentPath }: TabLayoutProps) {
|
|
|
13530
13530
|
justifyContent: 'center',
|
|
13531
13531
|
gap: 6,
|
|
13532
13532
|
paddingHorizontal: 16,
|
|
13533
|
-
borderBottomWidth:
|
|
13533
|
+
borderBottomWidth: 1,
|
|
13534
13534
|
borderBottomColor: isActive ? '#007AFF' : 'transparent',
|
|
13535
13535
|
}}
|
|
13536
13536
|
>
|