contentoh-components-library 21.5.1 → 21.5.2

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.
@@ -602,19 +602,19 @@ function setDataColumns(section, dataService, token, setModalFromTable, setDataS
602
602
  id: "button_" + item.id + "_" + des.attributeId + "_" + item.version,
603
603
  src: _acceptIcon.default,
604
604
  alt: "accept button"
605
- }), attributesReviewed[index].isReviewed && !attributesReviewed[index].isApproved && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Tooltip.Tooltip, {
606
- position: "topCenter",
607
- componentTooltip: /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
608
- children: "Debes aprobar o rechazar para continuar"
609
- }),
610
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
611
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
612
- id: "button_" + item.id + "_" + des.attributeId + "_" + item.version,
613
- src: _nullIcon.default,
614
- alt: "null button"
615
- })
605
+ }), attributesReviewed[index].isReviewed && !attributesReviewed[index].isApproved &&
606
+ /*#__PURE__*/
607
+
608
+ /**<Tooltip position="topCenter" componentTooltip={<span>Debes aprobar o rechazar para continuar</span>}>**/
609
+ (0, _jsxRuntime.jsx)("div", {
610
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
611
+ id: "button_" + item.id + "_" + des.attributeId + "_" + item.version,
612
+ src: _rejectIcon.default,
613
+ alt: "reject icon"
616
614
  })
617
- }), typeof des.isApproved === "undefined" && !attributesReviewed[index].isReviewed && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Tooltip.Tooltip, {
615
+ })
616
+ /*</Tooltip>*/
617
+ , typeof des.isApproved === "undefined" && !attributesReviewed[index].isReviewed && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Tooltip.Tooltip, {
618
618
  position: "topCenter",
619
619
  componentTooltip: /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
620
620
  children: "Debes aprobar o rechazar para continuar"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.5.1",
3
+ "version": "21.5.2",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -662,7 +662,7 @@ export function setDataColumns(
662
662
  )}
663
663
  {attributesReviewed[index].isReviewed &&
664
664
  !attributesReviewed[index].isApproved && (
665
- <Tooltip position="topCenter" componentTooltip={<span>Debes aprobar o rechazar para continuar</span>}>
665
+ /**<Tooltip position="topCenter" componentTooltip={<span>Debes aprobar o rechazar para continuar</span>}>**/
666
666
  <div>
667
667
  <img
668
668
  id={
@@ -673,11 +673,11 @@ export function setDataColumns(
673
673
  "_" +
674
674
  item.version
675
675
  }
676
- src={nullIcon}
677
- alt="null button"
676
+ src={rejectIcon}
677
+ alt="reject icon"
678
678
  />
679
679
  </div>
680
- </Tooltip>
680
+ /*</Tooltip>*/
681
681
  )}
682
682
  {typeof des.isApproved === "undefined" &&
683
683
  !attributesReviewed[index].isReviewed && (