@idealyst/mcp-server 1.2.130 → 1.2.132
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
|
@@ -13408,7 +13408,7 @@ export function TabLayout({ routes, currentPath }: TabLayoutProps) {
|
|
|
13408
13408
|
justifyContent: 'center',
|
|
13409
13409
|
gap: 6,
|
|
13410
13410
|
paddingHorizontal: 16,
|
|
13411
|
-
borderBottomWidth:
|
|
13411
|
+
borderBottomWidth: 1,
|
|
13412
13412
|
borderBottomColor: isActive ? '#007AFF' : 'transparent',
|
|
13413
13413
|
}}
|
|
13414
13414
|
>
|
|
@@ -67712,4 +67712,4 @@ export {
|
|
|
67712
67712
|
toolHandlers,
|
|
67713
67713
|
callTool
|
|
67714
67714
|
};
|
|
67715
|
-
//# sourceMappingURL=chunk-
|
|
67715
|
+
//# sourceMappingURL=chunk-L3TA6GOW.js.map
|