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)(_GeneralButton.Button, {
109
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
110
110
  buttonType: "general circular-button version-button",
111
111
  onClick: setShowVersionSelector,
112
- label: "V".concat(version)
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.1.80",
3
+ "version": "21.1.81",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -74,10 +74,10 @@ export const StatusAsignationInfo = ({
74
74
  iconSize={"medium-image"}
75
75
  slidePosition={"bottom-slide"}
76
76
  />
77
- <Button
77
+ <img
78
78
  buttonType={"general circular-button version-button"}
79
79
  onClick={setShowVersionSelector}
80
- label={`V${version}`}
80
+ alt={`V${version}`}
81
81
  />
82
82
  {status !== "-" && <StatusTag statusType={status} ovalForm={true} />}
83
83
  {showSaveButton && (