@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.esm.js
CHANGED
|
@@ -9400,7 +9400,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
9400
9400
|
className: "flex-1 text-center",
|
|
9401
9401
|
children: /*#__PURE__*/jsxs("span", {
|
|
9402
9402
|
className: "text-xs opacity-40",
|
|
9403
|
-
children: ["Step ", inlineWizardStep + 1, " of ", inlineTotalSteps]
|
|
9403
|
+
children: ["Step", " ", inlineWizardStep + 1, " ", "of ", inlineTotalSteps]
|
|
9404
9404
|
})
|
|
9405
9405
|
}), /*#__PURE__*/jsxs("div", {
|
|
9406
9406
|
className: "flex flex-row gap-2",
|