publ-echo-test 0.0.182 → 0.0.183

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.
@@ -62,7 +62,7 @@ var OutsideClickHandler = function (_a) {
62
62
  marginLeft: "-".concat(shadowOffset, "px"),
63
63
  marginTop: "-".concat(shadowOffset, "px"),
64
64
  pointerEvents: 'none',
65
- zIndex: zIndexMap.BULK
65
+ zIndex: zIndexMap.EDITING_GROUP
66
66
  } }), _jsx("div", { className: "border-right", style: {
67
67
  position: 'absolute',
68
68
  transform: childDimensions.transform,
@@ -72,7 +72,7 @@ var OutsideClickHandler = function (_a) {
72
72
  marginLeft: "".concat(width + shadowOffset - borderThickness, "px"),
73
73
  marginTop: "-".concat(shadowOffset, "px"),
74
74
  pointerEvents: 'none',
75
- zIndex: zIndexMap.BULK
75
+ zIndex: zIndexMap.EDITING_GROUP
76
76
  } }), _jsx("div", { className: "border-bottom", style: {
77
77
  position: 'absolute',
78
78
  transform: childDimensions.transform,
@@ -82,7 +82,7 @@ var OutsideClickHandler = function (_a) {
82
82
  marginLeft: "-".concat(shadowOffset, "px"),
83
83
  marginTop: "".concat(height + shadowOffset - borderThickness, "px"),
84
84
  pointerEvents: 'none',
85
- zIndex: zIndexMap.BULK
85
+ zIndex: zIndexMap.EDITING_GROUP
86
86
  } }), _jsx("div", { className: "border-left", style: {
87
87
  position: 'absolute',
88
88
  transform: childDimensions.transform,
@@ -92,7 +92,7 @@ var OutsideClickHandler = function (_a) {
92
92
  marginLeft: "-".concat(shadowOffset, "px"),
93
93
  marginTop: "-".concat(shadowOffset, "px"),
94
94
  pointerEvents: 'none',
95
- zIndex: zIndexMap.BULK
95
+ zIndex: zIndexMap.EDITING_GROUP
96
96
  } })] }))] }));
97
97
  };
98
98
  export default OutsideClickHandler;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.182",
3
+ "version": "0.0.183",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",