@trops/dash-core 0.1.125 → 0.1.126
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 +12 -15
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14818,7 +14818,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
14818
14818
|
className: "flex-1 text-center",
|
|
14819
14819
|
children: /*#__PURE__*/jsxRuntime.jsxs("span", {
|
|
14820
14820
|
className: "text-xs opacity-40",
|
|
14821
|
-
children: ["Step", " ", inlineWizardStep + 1, " ", "
|
|
14821
|
+
children: ["Step", " ", inlineWizardStep + 1, " of", " ", inlineTotalSteps]
|
|
14822
14822
|
})
|
|
14823
14823
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
14824
14824
|
className: "flex flex-row gap-2",
|
|
@@ -37072,7 +37072,7 @@ var RegistryPackageDetail = function RegistryPackageDetail(_ref) {
|
|
|
37072
37072
|
children: [/*#__PURE__*/jsxRuntime.jsx(DashReact.FontAwesomeIcon, {
|
|
37073
37073
|
icon: "triangle-exclamation",
|
|
37074
37074
|
className: "mr-1"
|
|
37075
|
-
}), "Incompatible \u2014 requires
|
|
37075
|
+
}), "Incompatible \u2014 requires ", widget.missingApis.join(", "), " API", widget.missingApis.length !== 1 ? "s" : ""]
|
|
37076
37076
|
})
|
|
37077
37077
|
}), widget.repository && /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
37078
37078
|
children: [/*#__PURE__*/jsxRuntime.jsx("span", {
|