@paprika/takeover 1.0.24-next.0 → 1.1.1-next.0

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,37 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [49aa7f9]
8
+ - @paprika/helpers@2.4.0-next.0
9
+ - @paprika/button@1.1.13-next.0
10
+ - @paprika/overlay@1.0.16-next.0
11
+
12
+ ## 1.1.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 70cac61: - Update `react-focus-lock` package to support wrapping in a web component
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [3a068d6]
21
+ - Updated dependencies [70cac61]
22
+ - @paprika/overlay@1.0.15
23
+
24
+ ## 1.1.0-next.1
25
+
26
+ ### Minor Changes
27
+
28
+ - 70cac61: - Update `react-focus-lock` package to support wrapping in a web component
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [70cac61]
33
+ - @paprika/overlay@1.0.15-next.1
34
+
3
35
  ## 1.0.24-next.0
4
36
 
5
37
  ### 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.1-next.0",
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",
@@ -16,15 +16,15 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/runtime-corejs2": "^7.3.1",
19
- "@paprika/button": "^1.1.12",
19
+ "@paprika/button": "^1.1.13-next.0",
20
20
  "@paprika/constants": "^1.0.0",
21
21
  "@paprika/heading": "^1.0.14",
22
- "@paprika/helpers": "^2.3.0",
23
- "@paprika/overlay": "^1.0.15-next.0",
22
+ "@paprika/helpers": "^2.4.0-next.0",
23
+ "@paprika/overlay": "^1.0.16-next.0",
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": {