@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 +11 -0
- package/lib/index.d.ts +1 -1
- package/package.json +3 -3
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paprika/takeover",
|
|
3
|
-
"version": "1.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.
|
|
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.
|
|
27
|
+
"react-focus-lock": "^2.8.1",
|
|
28
28
|
"react-transition-group": "^4.3.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|