contentoh-components-library 21.1.80 → 21.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.
|
@@ -106,10 +106,10 @@ var StatusAsignationInfo = function StatusAsignationInfo(_ref) {
|
|
|
106
106
|
slidefront: slidefront,
|
|
107
107
|
iconSize: "medium-image",
|
|
108
108
|
slidePosition: "bottom-slide"
|
|
109
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
109
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
|
|
110
110
|
buttonType: "general circular-button version-button",
|
|
111
111
|
onClick: setShowVersionSelector,
|
|
112
|
-
|
|
112
|
+
alt: "V".concat(version)
|
|
113
113
|
}), status !== "-" && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.StatusTag, {
|
|
114
114
|
statusType: status,
|
|
115
115
|
ovalForm: true
|
package/package.json
CHANGED
|
@@ -74,10 +74,10 @@ export const StatusAsignationInfo = ({
|
|
|
74
74
|
iconSize={"medium-image"}
|
|
75
75
|
slidePosition={"bottom-slide"}
|
|
76
76
|
/>
|
|
77
|
-
<
|
|
77
|
+
<img
|
|
78
78
|
buttonType={"general circular-button version-button"}
|
|
79
79
|
onClick={setShowVersionSelector}
|
|
80
|
-
|
|
80
|
+
alt={`V${version}`}
|
|
81
81
|
/>
|
|
82
82
|
{status !== "-" && <StatusTag statusType={status} ovalForm={true} />}
|
|
83
83
|
{showSaveButton && (
|