@appquality/unguess-design-system 2.12.81 → 2.12.82

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,3 +1,17 @@
1
+ # v2.12.82 (Wed Mar 22 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - z-index fix [#227](https://github.com/AppQuality/unguess-design-system/pull/227) ([@iacopolea](https://github.com/iacopolea) [@marcbon](https://github.com/marcbon))
6
+ - feat(nav): higher z-index to nav toggle [#226](https://github.com/AppQuality/unguess-design-system/pull/226) ([@iacopolea](https://github.com/iacopolea))
7
+
8
+ #### Authors: 2
9
+
10
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
11
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
12
+
13
+ ---
14
+
1
15
  # v2.12.81 (Thu Mar 09 2023)
2
16
 
3
17
  #### 🐛 Bug Fix
package/build/index.js CHANGED
@@ -3215,7 +3215,7 @@ const StyledToggle = styled__default["default"](IconButton) `
3215
3215
  top: ${({ theme }) => theme.space.base * 3}px;
3216
3216
  right: -${({ theme }) => theme.space.base * 3}px;
3217
3217
  background: ${({ theme }) => theme.gradients.dark}};
3218
- z-index: 1;
3218
+ z-index: 3;
3219
3219
  @media (min-width: ${({ theme }) => theme.breakpoints.md}) {
3220
3220
  display: block;
3221
3221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.12.81",
3
+ "version": "2.12.82",
4
4
  "dependencies": {
5
5
  "@nivo/bar": "^0.80.0",
6
6
  "@nivo/bullet": "^0.80.0",