contentoh-components-library 21.4.95 → 21.4.96

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.
@@ -76,6 +76,7 @@ var ObservationFlag = function ObservationFlag(_ref) {
76
76
 
77
77
  var toggleObservation = function toggleObservation() {
78
78
  console.log("VENTANA");
79
+ evt.stopPropagation();
79
80
  setObservationVisible(!isObservationVisible);
80
81
  };
81
82
 
@@ -17,7 +17,7 @@ var Container = _styledComponents.default.div(_templateObject || (_templateObjec
17
17
 
18
18
  exports.Container = Container;
19
19
 
20
- var Observation = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n /* height: 100%;\n width: 100%; */\n"])));
20
+ var Observation = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n /* height: 100%;\n width: 100%; */\n z-index: 10000;\n"])));
21
21
 
22
22
  exports.Observation = Observation;
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.4.95",
3
+ "version": "21.4.96",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -31,6 +31,7 @@ export const ObservationFlag = ({
31
31
  const textareaRef = useRef(null);
32
32
  const toggleObservation = () => {
33
33
  console.log("VENTANA");
34
+ evt.stopPropagation();
34
35
  setObservationVisible(!isObservationVisible);
35
36
  };
36
37
  useEffect(() => {
@@ -9,6 +9,7 @@ export const Observation = styled.div`
9
9
  position: relative;
10
10
  /* height: 100%;
11
11
  width: 100%; */
12
+ z-index: 10000;
12
13
  `;
13
14
 
14
15
  export const Content = styled.div`