@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.esm.js
CHANGED
|
@@ -14800,7 +14800,7 @@ var EnhancedWidgetDropdown = function EnhancedWidgetDropdown(_ref) {
|
|
|
14800
14800
|
className: "flex-1 text-center",
|
|
14801
14801
|
children: /*#__PURE__*/jsxs("span", {
|
|
14802
14802
|
className: "text-xs opacity-40",
|
|
14803
|
-
children: ["Step", " ", inlineWizardStep + 1, " ", "
|
|
14803
|
+
children: ["Step", " ", inlineWizardStep + 1, " of", " ", inlineTotalSteps]
|
|
14804
14804
|
})
|
|
14805
14805
|
}), /*#__PURE__*/jsxs("div", {
|
|
14806
14806
|
className: "flex flex-row gap-2",
|
|
@@ -37054,7 +37054,7 @@ var RegistryPackageDetail = function RegistryPackageDetail(_ref) {
|
|
|
37054
37054
|
children: [/*#__PURE__*/jsx(FontAwesomeIcon, {
|
|
37055
37055
|
icon: "triangle-exclamation",
|
|
37056
37056
|
className: "mr-1"
|
|
37057
|
-
}), "Incompatible \u2014 requires
|
|
37057
|
+
}), "Incompatible \u2014 requires ", widget.missingApis.join(", "), " API", widget.missingApis.length !== 1 ? "s" : ""]
|
|
37058
37058
|
})
|
|
37059
37059
|
}), widget.repository && /*#__PURE__*/jsxs("div", {
|
|
37060
37060
|
children: [/*#__PURE__*/jsx("span", {
|