@paprika/takeover 2.0.4-next.0 → 2.0.5-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 +13 -0
- package/lib/index.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.5-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [7414a8f]
|
|
8
|
+
- @paprika/l10n@1.2.2-next.0
|
|
9
|
+
|
|
10
|
+
## 2.0.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 2a9e76d: fix(takeover): FIX-takeover fix wrong proptype
|
|
15
|
+
|
|
3
16
|
## 2.0.4-next.0
|
|
4
17
|
|
|
5
18
|
### 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": "2.0.
|
|
3
|
+
"version": "2.0.5-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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"react": "^16.8.4 || ^17.0.2 || ^18.0.0",
|
|
32
32
|
"react-dom": "^16.8.4 || ^17.0.2 || ^18.0.0",
|
|
33
33
|
"styled-components": "^4.2.0",
|
|
34
|
-
"@paprika/l10n": "^1.2.
|
|
34
|
+
"@paprika/l10n": "^1.2.2-next.0"
|
|
35
35
|
},
|
|
36
36
|
"paprikaDocs": {
|
|
37
37
|
"subComponents": [
|