@sproutsocial/racine 20.3.0 → 20.3.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 20.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e137f7c: hotfix issue with layers in web-app-core caused by stopping escape event propagation in tooltip
8
+
3
9
  ## 20.3.0
4
10
 
5
11
  ### Minor Changes
@@ -100,7 +100,6 @@ var Tooltip = function Tooltip(_ref2) {
100
100
  var onEsc = function onEsc(e) {
101
101
  // older browsers use "Esc"
102
102
  if (['Escape', 'Esc'].includes(e.key)) {
103
- e.stopPropagation();
104
103
  setIsOpen(false);
105
104
  setShouldShow(false);
106
105
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/Tooltip.tsx"],"names":[],"mappings":";AAKA,OAAO,KAAK,EAAC,gBAAgB,EAAqB,MAAM,gBAAgB,CAAC;AA8DzE,QAAA,MAAM,OAAO,0GAWV,gBAAgB,gBAoHlB,CAAC;AA+BF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/Tooltip.tsx"],"names":[],"mappings":";AAKA,OAAO,KAAK,EAAC,gBAAgB,EAAqB,MAAM,gBAAgB,CAAC;AA8DzE,QAAA,MAAM,OAAO,0GAWV,gBAAgB,gBAmHlB,CAAC;AA+BF,eAAe,OAAO,CAAC"}
@@ -92,7 +92,6 @@ var Tooltip = function Tooltip(_ref2) {
92
92
  var onEsc = function onEsc(e) {
93
93
  // older browsers use "Esc"
94
94
  if (['Escape', 'Esc'].includes(e.key)) {
95
- e.stopPropagation();
96
95
  setIsOpen(false);
97
96
  setShouldShow(false);
98
97
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "20.3.0",
3
+ "version": "20.3.1",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",