@paprika/takeover 1.0.24-next.0 → 1.1.0-next.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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.0-next.1
4
+
5
+ ### Minor Changes
6
+
7
+ - 70cac61: - Update `react-focus-lock` package to support wrapping in a web component
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [70cac61]
12
+ - @paprika/overlay@1.0.15-next.1
13
+
3
14
  ## 1.0.24-next.0
4
15
 
5
16
  ### Patch Changes
package/lib/index.d.ts CHANGED
@@ -38,7 +38,7 @@ declare namespace Takeover {
38
38
 
39
39
  refHeading?: custom;
40
40
  /** Add node object to the right side of heading next to the close button */
41
- headerTools?: React.ReactNode;
41
+ tools?: React.ReactNode;
42
42
  }
43
43
  }
44
44
  declare namespace Takeover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paprika/takeover",
3
- "version": "1.0.24-next.0",
3
+ "version": "1.1.0-next.1",
4
4
  "description": "The Takeover component can toggle a full-screen view to help the user focus on complex UI tasks.",
5
5
  "author": "@paprika",
6
6
  "main": "lib/index.js",
@@ -20,11 +20,11 @@
20
20
  "@paprika/constants": "^1.0.0",
21
21
  "@paprika/heading": "^1.0.14",
22
22
  "@paprika/helpers": "^2.3.0",
23
- "@paprika/overlay": "^1.0.15-next.0",
23
+ "@paprika/overlay": "^1.0.15-next.1",
24
24
  "@paprika/stylers": "^1.1.6",
25
25
  "@paprika/tokens": "^2.0.0",
26
26
  "prop-types": "^15.7.2",
27
- "react-focus-lock": "^2.2.1",
27
+ "react-focus-lock": "^2.8.1",
28
28
  "react-transition-group": "^4.3.0"
29
29
  },
30
30
  "peerDependencies": {