@trops/dash-core 0.1.80 → 0.1.81
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/electron/index.js +26 -12
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp/servers/{servers/google-drive.js → google-drive.js} +26 -25
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -9419,7 +9419,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
9419
9419
|
className: "flex-1 text-center",
|
|
9420
9420
|
children: /*#__PURE__*/jsxRuntime.jsxs("span", {
|
|
9421
9421
|
className: "text-xs opacity-40",
|
|
9422
|
-
children: ["Step ", inlineWizardStep + 1, " of ", inlineTotalSteps]
|
|
9422
|
+
children: ["Step", " ", inlineWizardStep + 1, " ", "of ", inlineTotalSteps]
|
|
9423
9423
|
})
|
|
9424
9424
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
9425
9425
|
className: "flex flex-row gap-2",
|