@jield/solodb-react-components 1.1.3 → 1.1.4
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/solodb-react-components.css +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -28023,14 +28023,14 @@ var GI = ({ runStepPart: e, setRunStepPart: t, editable: n = !0 }) => {
|
|
|
28023
28023
|
children: "Init"
|
|
28024
28024
|
})] })]
|
|
28025
28025
|
}), qI = {
|
|
28026
|
-
[mt.START]: "btn-
|
|
28026
|
+
[mt.START]: "btn-start",
|
|
28027
28027
|
[mt.FINISH]: "btn-success",
|
|
28028
|
-
[mt.FAIL]: "btn-
|
|
28029
|
-
[mt.REWORK]: "btn-
|
|
28030
|
-
[mt.SET_REPAIR]: "btn-
|
|
28031
|
-
[mt.CLEAR_REPAIR]: "btn-
|
|
28032
|
-
[mt.SET_TESTING]: "btn-
|
|
28033
|
-
[mt.CLEAR_TESTING]: "btn-
|
|
28028
|
+
[mt.FAIL]: "btn-failed",
|
|
28029
|
+
[mt.REWORK]: "btn-rework",
|
|
28030
|
+
[mt.SET_REPAIR]: "btn-repair",
|
|
28031
|
+
[mt.CLEAR_REPAIR]: "btn-secondary",
|
|
28032
|
+
[mt.SET_TESTING]: "btn-test",
|
|
28033
|
+
[mt.CLEAR_TESTING]: "btn-secondary"
|
|
28034
28034
|
}, JI = ({ runStepPart: e, setRunStepPartAction: t }) => e.available_actions.length === 0 ? null : /* @__PURE__ */ x(b, { children: e.available_actions.map(({ id: n, name: r }) => /* @__PURE__ */ x("button", {
|
|
28035
28035
|
type: "button",
|
|
28036
28036
|
className: `btn btn-sm me-2 ${qI[n]}`,
|