@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 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
@@ -18,7 +18,7 @@ interface TakeoverProps {
18
18
  /** The z-index of the Takeover content */
19
19
  zIndex?: number;
20
20
  /** Set Takeover to full width without any margins and max-width */
21
- isFullWidth?: custom;
21
+ isFullWidth?: boolean;
22
22
  }
23
23
 
24
24
  declare namespace Takeover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paprika/takeover",
3
- "version": "2.0.4-next.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.1"
34
+ "@paprika/l10n": "^1.2.2-next.0"
35
35
  },
36
36
  "paprikaDocs": {
37
37
  "subComponents": [