@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 +14 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
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:
|
|
3218
|
+
z-index: 3;
|
|
3219
3219
|
@media (min-width: ${({ theme }) => theme.breakpoints.md}) {
|
|
3220
3220
|
display: block;
|
|
3221
3221
|
}
|